How to compilimg java program high level language to low level language??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to compilimg java program high level language to low level language???

please some one help me how to step by step compiling java program specificy step by step and what is the jvm, assembler, assembling, bytecode, sourcecode ??? thanks

13th Nov 2017, 11:46 PM
Zandi
Zandi - avatar
5 Answers
+ 3
javac source.java this will generate the bytecodes in a .class file java source jvm executes bytecodes transforming into machine code
13th Nov 2017, 11:50 PM
Malkon F
Malkon F - avatar
13th Nov 2017, 11:55 PM
Malkon F
Malkon F - avatar
+ 3
thank u bro for giving these informations it's too helpful for me
15th Nov 2017, 3:27 AM
Zandi
Zandi - avatar
+ 2
what about highl level language, low level language
13th Nov 2017, 11:52 PM
Zandi
Zandi - avatar