Answer Posted / ravikiran(aptech mumbai)
By Adding a tag known as <security-constraint> in web.xml
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the key methods that are involved in processing of http servlets?
Explain the working of service() method of a servlet.
What is the difference between servlet and filter?
What is the need of servlet filters?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Explain get and post.
What do you mean by servlet?
What is the procedure for initializing a servlet?
When jsessionid is created?
What is ServletConfig object?
What is the use of servlet context?
What are the types of Session Tracking ?
What are the phases of the servlet life cycle?
Which HTTP method is non-idempotent?
What are the differences between forward() method and sendredirect() methods?