Question
Bytecode is in a file with which extension?
- A. .bytecode
- B. .bytes
- C. .class
- D. .exe
- E. .javac
- F. .java
C.
Note
Files with the .java extension contain the Java source code and are compiled to files with the .class extension that contain the bytecode.
PreviousNextRelated