Is servlet synchronized?
No Answer is Posted For this Question
Be the First to Post Answer
What is servlet looping or chaining?
What is the GenericServlet class?
Is servlet a controller?
Can we call destroy() method inside the init() method? What happens when we do so?
when the several requests comes to server..how it manage the requests
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
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 the advantage of Servlets when compared with other server side technologies?
What are the advantages of servlets over traditional cgi?
What is use of parseQueryString?
Tell us something about servletconfig interface.
How do you configure a centralized error handler in servlets?