Computer Science, asked by prasadkunal07, 6 months ago

Java byte code output from the JDK compiler will be placed into a file with ______ extension.
a.java
b.class
c.html
d.cpp

please answer this question I will as brainiest​

Answers

Answered by vansh7046
0

Answer:

7

Explanation:

correct is lie

Answered by ankhidassarma9
0

Answer:

Java byte code output from the JDK compiler will be placed into a file with  .class extension.

Explanation:

  • A Java class file is a file with .class extension which contains Java bytecode that can be executed on the Java Virtual Machine (JVM).
  • A Java class file is created by a Java compiler from Java programming language source files i.e. .java files which contains Java classes.
  • Java bytecode is the instruction set for the Java Virtual Machine that  acts similar to an assembler. When a java program is compiled, java bytecode is generated that is the machine code in the form of a .class file. Because of java bytecode, Java is platform independent.
Similar questions