OCA Java SE 8 Mock Exam - OCA Mock Question 16








Question

Bytecode is in a file with which extension?

  1. .bytecode
  2. .bytes
  3. .class
  4. .exe
  5. .javac
  6. .java




Answer



C.

Note

Files with the .java extension contain the Java source code.

The .java file are compiled to files with the .class extension that contain the bytecode.