Computer Science, asked by mk2143338, 5 months ago

what is the extension of a java class file​

Answers

Answered by StarBugs
3

Answer:

A Java class file is a file (with the .class filename extension) containing Java bytecode that can be executed on the Java Virtual Machine (JVM). A Java class file is usually produced by a Java compiler from Java programming language source files (.java files) containing Java classes (alternatively, other JVM languages can also be used to create class files). If a source file has more than one class, each class is compiled into a separate class file.

hope it help

\huge\underline{\underline{\texttt{\pink{Follow \:me}}}}

for any inquire

Answered by OfficialNavi
0

Explanation:

A Java class file is a file (with the .class filename extension) containing Java bytecode that can be executed on the Java Virtual Machine (JVM). A Java class file is usually produced by a Java compiler from Java programming language source files (.java files) containing Java classes (alternatively, other JVM languages can also be used to create class files). If a source file has more than one class, each class is compiled into a separate class file.

Similar questions