How the servlet is loaded?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by session tracking?
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
What is the difference between CGI and Servlet?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is the web server used for running the Servlets?
What is difference between server and servlet?
What are the different methods involved in the process of session management in servlets?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
What is servlet in tomcat?
What are common tasks performed by Servlet Container?
In servlets, Why do we need both GET and POST method implementations?
Name the different ways of session tracking.