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 |
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
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
explain the advantages of servlet life cycle?
Why do we have servlet wrapper classes?
What is the difference between jsp and servlet life cycle?
How can a servlet be used to generate plain text instead of html?
HTTP tunneling means what?
What do you mean by cgi in servlet?
What are the life-cycle methods for a servlet?
Who is responsible for writing a constructor?
What is a deployment descriptor?
what is the control flow in servlet when we send a request?