Multiple choice technology programming languages

'java' command converts source code into Java bytecode

  1. True

  2. 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.