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?