Which statements about calling the compilation command javac and the execution command java are true?
C.
The javac command takes a text-based .java file and returns a binary byte code .class file, making II a true statement.
The java command uses a period (.) to separate packages, not a slash (/).
Option I is a true statement and Option III is a false statement.
Option C is the correct answer.