What are the implicit objects?
Answers were Sorted based on User's Feedback
Answer / guest
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
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / amita dwivedi
JSP is oop base language but you can not create any class
or any object in JSP page that's why container provides
some in build objects--as given above answer.
| Is This Answer Correct ? | 7 Yes | 0 No |
what type of question will be asked in the interview in this software field?????///
What are the differences between get and load methods?
What is jsp technology?
Can we override serivice()method in jsp?
Which language is used to write servlets and jsp?
What is contextpath in jsp?
How to works asjx in jsp?
how to print a string with out using out.println?
3 Answers Elementus Technologies,
What is _jspservice method?
Mention the jstl core tags.
hi friends...i created sessions in my login page i can able to create a session but after loging out again i can able access the pages by its addresses. i think u may got problem if possible post me small example for login with sessions including database
What is the <jsp:forward> standard action?