-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What are the Characteristics of Servlets?
The characteristics of servlets that have gained them a wide spread acceptance are as follows:1.Servlets are efficient:The initialization code for a servlet is executed only when the servlet is executed for the first time.Subsequently, the requests that are received by the servlet are processed by its service() method.This helps to increase the efficiency of the server by avoiding creation of unnecessary...
-
-
JSP server process
Explain the server process how will server identifies that and response to corresponding servlet and how it sends to that response to correct user ?
-
Servlets Interview Questions
Ans