-
Controller Functions
Describe the functions of Controller?
-
_jspService() Method
Why do we use underscore(_) symbol only with jspService() method?
-
Servlets Questions
1)What is web.xml?2)what is the filter?3)How to we create a new JSTL class?4)When we are developing the project which collections mostly used?5)Difference between reqeust.getAttribute,and request.getParameter?
-
-
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...
-
-
-
-
-
What is the difference between servlets and applets?
Servlets are to servers. Applets are to browsers. Unlike applets, however, servlets have no graphical user interface.
-
Write a java servlet to read two parameters ?
Write a java servlet which reads two parameters from the web page,say,value 1 and value 2,which are of type integers,and finds the sum of the two values and return back the result as a web page
-
How to get one Servlet's Context Information in another Servlet?
Access or load the Servlet from the Servlet Context and access the Context Information
-
Servlet container
What is difference between servlet container and servlet config?
-
-
Struts Security
How will you provide security to web application?
-
-
-
Applet trusted or not
by default applets are trusted or untrusted?
is it possible to connect with database using applet program using type1 driver? -
-
Forward & include methods
what are forward & include methods? Why these are used?
Servlets Interview Questions
Ans