What is the importance of init() method in Servlet ?
No Answer is Posted For this Question
Be the First to Post Answer
How the typical servlet code look like ?
How to pass a requrest object of one servlet as a request object to another servlet?
What is the difference between Server and Container?
What are setSecure() and getSecure() methods in Cookies?
What are the security issues in Servlets?
can i call destroy() method in init() method of servlet
When servlet object is created?
What are the differences between forward() method and sendredirect() methods?
What is difference between server and servlet?
What is the difference between jsp and servlet life cycle?
what is a session object?
How do I support both get and post from the same servlet?