Exam AND-401 All QuestionsBrowse all questions from this exam
Question 63

Which of the following tools creates certificates for signing Android applications?

    Correct Answer: C

    The correct tool for creating certificates for signing Android applications is keytool. Keytool is a part of the Java Development Kit (JDK) and is used to manage a keystore of cryptographic keys, X.509 certificate chains, and trusted certificates. Using keytool, you can generate a private key and create a self-signed certificate, which is necessary for signing Android applications for distribution.

Discussion
MmadiOption: C

C. keytool