練習問題 解答
7.6 練習問題 解答
問1
① ×:Webサーバのルート「http://localhost:8080」がリンク先となる。
② ×:Webアプリケーションのルート(コンテキストルート)のパスを取得できる。
③ ○
④ ○
⑤ ×:ファイルの読み込みを行う場合、getRealPath()メソッドを利用する。
問2
① ../practice0702.jsp
② <%= request.getContextPath() %>/view/ch07exercise/sub/practice0701.jsp
③ application.getRealPath(“/file/file.csv”);