Why is a constructor needed in a servlet even if we use the init method?
No Answer is Posted For this Question
Be the First to Post Answer
What are the benefits of using servlet over cgi?
What is called Scriptlet?
difference between request.getSession(false) or request.getSession() and request.getSession(true)
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Write all the phases defined in servlet life cycle?
Explain the methods in Generic and HTTP Servlets?
What is the procedure for initializing a servlet?
Difference Between Web Server and Application server ??
How do you track a user session in servlets?
What is ServletConfig object?
What is setattribute in servlet?
How do you deal property files in servlet?