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 |
What are different methods of session management in servlets?
What is servlet container?
How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
What is difference between get and post method?
In which cases Destroy() is invoked?
How will you pass values from HTML page to the servlet?
Explain in detail about applet to servlet communication?
what is meant by servlet to servlet communication?
Explain url encoding?
Explain the jar and war files in servlet?
what is SSL?
Which exception is thrown if servlet is not initialized properly?