Computer Science, asked by siddeshgmysore8947, 8 months ago

A java file with extension.'class' contains?

Answers

Answered by rupapauldph14
1

Answer:

cgjjglxzkgGsiykSgrKsylu

Answered by dreamrob
0

A Java file with the extension '.class' contains Java bytecod`e.

  • It Contains Java bytecod`e which can be executed on  Java Virtual Machine or commonly called JVM.
  • It is produced by the Java compiler when the program has executed successfully to store java classes.
  • If there are more than 1 java class then separate java class files will be made for every java class.
Similar questions