1.

Which of this package is used for handling security related issues in a program?(a) java.security(b) java.lang.security(c) java.awt.image(d) java.io.securityThis question was addressed to me by my college professor while I was bunking the class.I'd like to ask this question from Core Java API Packages topic in section Interfaces & Packages of Java

Answer»

The correct CHOICE is (a) java.SECURITY

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



Discussion

No Comment Found

Related InterviewSolutions