How do u authorize and authenticate without <auth> of
web.xml
We can maintain the authorization and authentication with
the form based security.
means create our own webform with user name and password
and check the authentication with help of either filters or
servlets
| Is This Answer Correct ? | 1 Yes | 1 No |
What is called servlet mapping?
What is Servlets and explain the advantages of Servlet life cycle?
What are the parameters of the service method ?
What is http servlet?
What is http servlet in java?
List out the difference between ServletConfig and ServletContext?
What is the use of java servlet api?
How servlet is created?
Why do we use sendredirect() method?
What is httpservlet and how it is different from genericservlet?
Why doesn’t a servlet include main()?
What is the web server used for running the Servlets?