-
-
Is servlet is used to create a dynamic webpage or Static webpage or both?
Yes both servlet is used to create a static and dynamic webpage,it also create a static webpage using serverside include it is .shtml extension,and so servlet is flexible character.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
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...
-
Servlets Interview Questions
Ans