Exam 1z0-811 All QuestionsBrowse all questions from this exam
Question 15

Identify two features of Java.

    Correct Answer: B, D

    Java is platform independent, meaning that compiled Java code can run on any platform that has a Java Virtual Machine (JVM). Additionally, Java is known for its robustness because it has strong memory management, exception-handling capabilities, and a robust security feature.

Discussion
supercoderOptions: BD

Platform Independent Architecture Independent Must install correct JDK/JRE as per Arch and Platform to run any java/class file