Explain the servlet filter.
No Answer is Posted For this Question
Be the First to Post Answer
What is the GenericServlet class?
What is the servletconfig object?
why we should override only no-agrs init() method.
How is an application exception handling is done using a servlet?
Explain servlet events?
What methodology can be followed to store more number of objects in a remote server?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Which HTTP method is non-idempotent?
1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?
What is the process to implement doget and dopost methods?
What is the difference between Get and Post Method?
What is the difference between JspWriter and PrintWriter