124k views
5 votes
A java program is stored in an executable file called a(n) ____ file.

User Varunsrin
by
8.1k points

1 Answer

4 votes
A java program is put in storage in an executable file named a class file. A java class file is a file comprising java bytecode that can be performed on the java virtual machine. A java class file is manufactured by a java compiler from java programming language source files encompassing java classes.
User Mestachs
by
8.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.