Home » JAVA Programming » Packages » Question
  1. Which of this package is used for handling security related issues in a program?
    1. java.lang.security
    2. java.awt.image
    3. java.security
    4. java.io.security
    5. None of these
Correct Option: C

java.security handles certificates, keys, digests, signatures, and other security functions.



Your comments will be displayed only after manual approval.