JSP 面接の質問と回答
Question: What are the implicit objects?Answer: Implicit objects are objects that are created by the web container and contain information related to a particular request, page, or application. They are:--request --response --pageContext --session --application --out --config --page --exception |
復習用に保存
この項目をブックマークに追加したり、難しい内容としてマークしたり、復習セットに入れたりできます。
役に立ちましたか? はい いいえ
ユーザー評価で最も役立つ内容:
- What is a JSP and what is it used for?
- What are the two kinds of comments in JSP and what's the difference between them ?
- What is difference between custom JSP tags and beans?
- Is JSP technology extensible?
- What is JSP page?