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 do you mean by session tracking and also explain its techniques?
How to commuincate between an applet and a servlet?
What are the functions of an intercepting filter?
what is the control flow in servlet when we send a request?
How can the referrer and the target urls be used in servlet?
How forward () method is different from send redirect () method?
If a servlet is not properly initialized, what exception may be thrown?
Difference between get and post in java servlets?
servlet life cycle?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is the difference between sendredirect() and forward() in a servlet?