What is servlet and its types?
No Answer is Posted For this Question
Be the First to Post Answer
What is httpservlet class?
What is the difference between the http servlet and generic servlet?
Name the different ways of session tracking.
If we disable cookies in our web page, what will happen?
How can a servlet refresh automatically if some new data has entered the database?
3 Answers Citi Bank, CitiGroup, IBM, Satyam,
difference between request.getSession(false) or request.getSession() and request.getSession(true)
How can we refresh automatically when new data has entered the database?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
Why is init() method is used in servlets?
Servlet is pure java object or not?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
What compiler do not do if we create our own constructor?