Computer Science, asked by bhoomiyadav626, 8 months ago

how is Java compilation process different from other programming language​

Answers

Answered by nischalch21
2

Explanation:

java file is compiled and converted into bytecode (highly optimized set of instructions). ... Java Virtual Machine converts the bytecode into code that is computer hardware runnable. Contrastingly, most of the other programming languages such as COBOL, C++, Smalltalk or Visual Basic compiles the code into a binary file.

Answered by yshagun810
1

Answer:

java file is compiled and converted into bytecode (highly optimized set of instructions). ... Java Virtual Machine converts the bytecode into code that is computer hardware runnable. Contrastingly, most of the other programming languages such as COBOL, C++, Smalltalk or Visual Basic compiles the code into a binary file.

Similar questions