What are the types of servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What are the mechanisms used by a servlet container for maintaining session information?
What is the use of servlet wrapper classes?
What is the directory structure of web application?
Which event is fired at the time of setting, getting or removing attribute from application scope?
List some life cycle methods of a servlet.
What are all the ways for session tracking?
explain the advantages of servlet life cycle?
What are the types of an http request?
What is the need of session tracking in HttpServlet ?
How the JSP file will be executed on the Server side?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
Write a program to show the functionality of doget and dopost method?