Are Servlets by default thread safe or not?
thanks in advance
regards
Sudhakar
Answer Posted / naresh
Yes By Default Servlets Are ThreadSafe.....
If you use Insatance VAriables then only Servlets is having Thread Related Problems
Thats way dont recommended to use Instance VAriables in servlets...Its DAnagerous
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between portlet and servlet?
What is the servlet?
Why is servlet used?
How can you push data from an Applet to a Servlet?
What are life cycle methods of a servlet?
What are the exceptions thrown by servlets? Why?
What is the type of method for sending request from http server?
Why filter is used in servlet?
How do we share data using 'getservletcontext ()?
What are the life cycle methods of the servlet?
How httpservlet is different from the genericservlet?
How is an application exception handling is done using a servlet?
What are the different methods involved in the process of session management in servlets?
How the typical servlet code look like ?
What is Client-Server Computing?