Question
Which of the following is not a property of a JVM?
- A. It prevents Java byte-code from being easily decoded/decompiled.
- B. It supports platform independence.
- C. It manages memory for the application.
- D. It translates Java instructions to machine instructions.
A.
Note
Options B, C, and D are each correct statements about JVM.
Option A is incorrect.
Java byte-code can often be easily decoded/decompiled.
PreviousNextRelated