What are jsp implicit objects?
Answer / Mohd. Imran Ansari
JSP implicit objects are pre-defined objects provided by the JSP container that contain information about the current environment, such as request, response, session, application, out, and pageContext.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a jspwriter and a servlet printwriter?
List down the major differences between the jsp custom tags and java beans.
Can you make use of a servletoutputstream object from within a jsp page?
What is client scripting?
What is scripting elements in jsp?
What is dynamic web project?
What are advantages of jsp over asp, php, pure servlets and others?
Can I use javascript on jsp page?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
What are the jsp standard actions?
What are different implicit objects of jsp?
What do cookies mean?