Is servlet thread safe?
Answer / Mukesh Kumar Sinha
By default, a servlet is not thread-safe. However, the container in which the servlet runs provides thread safety by synchronizing access to the service method of a servlet instance. To ensure thread safety, it's recommended to make servlets immutable or synchronized.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between web container & web server........... Difference between web server & application server?????????
What is a servlet engine?
In howmany ways applet-servlet communication can be done?
what is servlet life cycle?
What’s the use of the servlet wrapper classes??
How to commuincate between an applet and a servlet?
What is setattribute in servlet?
why are using HttpServlet in realtime projects and why are not using Genericservlet
What is servlet and how it works?
How does Cookies work in Servlets?
Explain is servlet mapping?
Explain the difference between generic servlet and http servlet?