Are application, pageContext and object of ServletContext
same or not?
Answer Posted / ramanareddy333
application and object of servlet context is same
remaining not same.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain the various scope values for tag.
Explain static method?
How can html output be prevented from being cached?
How to use jsp el to get http method name?
Tell us about the stages (phases) of the jsp life cycle.
What is meant by jsp?
Differentiate between response.sendredirect(url) and
What do jsp literals consist of?
Differentiate between jsp scriptlet tag and declaration tag.
Explain the uses of
Which tag is used for error handling in jsp pages?
What is session setattribute?
Tell us about the jsp life cycle methods.
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
What is pagecontext jsp?