Back
A) .txt
B) .class
C) .js
D) .java
E) None of these
The correct answer to the question “What is the extension of compiled Java classes” is, option (B). (.class). And all the other extensions are incorrect when comping to compiled Java classes. If you wish to get trained and certified in Java, check out the Java certification course from Intellipaat. Also, check out the Java tutorial and watch the following video on Java Full Course and get started.
.class
Compilation of the source code written in Java produces an intermediate code, which can be saved into `.class` files, and that class files are run on the virtual machine of Java, called Java Virtual Machine or JVM.
31k questions
32.8k answers
501 comments
693 users