Google News
logo
Java Servlets - Interview Questions
List the different servlet authentication methods.
The four servlet authentication methods are :
 
* HTTP basic authentication
* HTTP digest authentication
* HTTPS client authentication
* Form-based authentication
Advertisement