What is session variable in servlets?



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

Post New Answer

More Servlets Interview Questions

What are different methods of session management in servlets?

1 Answers  


What is servlet container?

1 Answers  


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?

1 Answers   AZTEC,


What is difference between get and post method?

1 Answers  


In which cases Destroy() is invoked?

2 Answers  


How will you pass values from HTML page to the servlet?

1 Answers  


Explain in detail about applet to servlet communication?

1 Answers  


what is meant by servlet to servlet communication?

1 Answers   KPIT,


Explain url encoding?

1 Answers  


Explain the jar and war files in servlet?

1 Answers  


what is SSL?

3 Answers  


Which exception is thrown if servlet is not initialized properly?

1 Answers  


Categories