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 |
How can you start a jta transaction from a servlet deployed on jboss?
Can we use servlets in JavaScript?
How the typical servlet code look like ?
Elucidate servlet attributes and its scope?
Can you send an authentication error from a servlet?
what is session tracking?what are types of session tracking ?and when to cookies,when to use sessionmanagement,whent use url rewriting technique,plz explain briefly?
How do you find out what client machine is making a request to your servlet
How can we invoke another servlet in a different application?
Explain Servlet Chaining ?
What is getservletcontext?
How do we call one servlet from another servlet?
How to get the path of servlet in the server?