InterviewSolution
| 1. |
What Is Authentication? |
|
Answer» The process that verifies the identity of a user, DEVICE, or other entity in a computer SYSTEM, usually as a prerequisite to allowing access to resources in a system. The Java servlet specification requires THREE TYPES of AUTHENTICATION-basic, form-based, and mutual-and supports digest authentication. The process that verifies the identity of a user, device, or other entity in a computer system, usually as a prerequisite to allowing access to resources in a system. The Java servlet specification requires three types of authentication-basic, form-based, and mutual-and supports digest authentication. |
|