What is session variable in servlets?
Answer / abc
you can use session for storing data / objects. and for
tracking user activities.
| Is This Answer Correct ? | 25 Yes | 13 No |
can servlet have instance variables?
Explain jsessionid and when is it created?
Which is the methods of generated servlet?
How do I support both get and post from the same servlet?
What advantages do servlets have over CGI programs?
How can we create deadlock situation in servlet?
Is it possible to have a constructor inside the servlet?
Servlet is pure java object or not?
What are session variable in servlets?
How can you use a servlet to generate a plain text instead of html?
What exception should be thrown when servlet is not properly initialized?
What are the ways to handle multi-threading in servlets?