In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
No Answer is Posted For this Question
Be the First to Post Answer
What is servlet and list its types?
What is new in ServletRequest interface ? (Servlet 2.4)
Explain the servlet filter.
What are the functions of the servlet container?
What is the difference between the http servlet and generic servlet?
can i call destroy() method in init() method of servlet
Which interface must be implemented by all servlets?
What is the need of session tracking in HttpServlet ?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
List some life cycle methods of a servlet.
Is servlet thread safe?
What is the difference between Get and Post Method?