Which statements about Java are true?
D.
The java command can only execute compiled .class files, so I is false.
Java is object oriented, so II is also false.
The javac command compiles into byte-code, which must be run in a Java virtual machine (JVM), and is not native machine code, so III is false as well.
Option D is the correct answer.