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 differences between forward() method and sendredirect() methods?
What is the difference between Servlets and Applets?
Explain session tracking and its importance?
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
What are the functions of Servlet container?
How to make sure a servlet is loaded at the application startup?
Why do we have servlet wrapper classes?
How do you get the ip address of the client in servlet?
What is the capacity the doget can send to the server?
Why is http protocol called as a stateless protocol?
How is a servlet implemented in code?
What do you mean by request dispatcher in servlet?
What is the servletconfig object?
What are different ways for authentication of servlet?
Write a hello world program using servlets.