How to get session in Jsp other than session object?
Answer Posted / gitesh_31in
1)Url Rewritting
2)Cookies
3)Hidden Filed
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Explain some jsp life-cycle methods that can be overridden.
What is request scope in jsp?
How does a jsp engine work?
Can a constructor be used in place of init() method to initialize a servlet?
What is jsp include tag?
What is a page directive?
Which directive is used in jsp custom tag?
Is jsp a front end?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What is jsp and its advantages?
How can multiple submits due to refresh button clicks be prevented?
What is difference between javascript and jsp?
What is an api with example?
Why are implicit objects not available in a regular jsp page?
What is context in web application?