Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (45k points)

A) .txt

B) .class

C) .js

D) .java

E) None of these

2 Answers

+1 vote
by (99k points)

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.

0 votes
ago by (1.7k points)

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

Related questions

+1 vote
2 answers
asked Mar 29, 2021 in Java by dev_sk2311 (45k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jan 25, 2021 in Java by dante07 (13.1k points)

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...