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 |
Which is better jsp or servlet?
What is with the javax.servlet package naming?
What is the difference between CGI and Servlet?
What are the objects involved when a servlet receives a call from client?
How will you pass values from HTML page to the servlet?
What are the life cycle methods of a servlet?
Servlet is pure java object or not?
Is it possible to send a mail from a servlet? Explain?
List some life cycle methods of a servlet.
How to get the path of servlet in the server?
How do you invoke a servelt?
Write a simple servlet program to print the contents of html.