Answer Posted / abc
you can use session for storing data / objects. and for
tracking user activities.
| Is This Answer Correct ? | 25 Yes | 13 No |
Post New Answer View All Answers
What are the important functions of filters?
Explain load on start-up and its importance?
Explain the jar and war files in servlet?
How the JSP file will be executed on the Server side?
What do you understand by mime type?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Why do we need servlet filter?
What is the major difference between context parameter and context attribute?
How would you create deadlock on your servlet?
How to make sure a servlet is loaded at the application startup?
How to get the IP address of client in servlet?
When servlet object is created?
What is servlet lazy loading?
How to generate the server side programming and the advantages of it over the other languages?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?