A java file with extension.'class' contains?
Answers
Answered by
1
Answer:
cgjjglxzkgGsiykSgrKsylu
Answered by
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