Multiple choice technology programming languages 'java' command converts source code into Java bytecode True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation The 'java' command executes compiled Java bytecode using the JVM, while 'javac' is the compiler that converts source code to bytecode. This is a fundamental distinction in Java development.