Multiple choice technology programming languages

Which of the following APIs provides the classes and interfaces for the security framework?

  1. java.io

  2. java.rmi

  3. java.security

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

java.security is the correct Java API that provides the security framework. It includes classes and interfaces for authentication, authorization, encryption, digital signatures, and other security features. java.io is for I/O operations, java.rmi is for remote method invocation, making java.security the only security-related package among the options.