how java program is processed? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

how java program is processed?

thats for my assignment. thanks

21st Aug 2016, 8:47 AM
Jeff Saligumba
Jeff Saligumba - avatar
3 Answers
+ 1
first Java program/code goes to compilation phase, here source code gets converted to byte code(encrypted/intermediate code) after that loader loads it to JVM than JVM executes it and waits for commands like i/o operations if any and finally it show output to user by accessing hardware(output device/scree).
25th Aug 2016, 8:19 PM
sheikh
sheikh - avatar
0
download JVM from Oracle.com then install it after check for the bugs and fix it on the install runtime
23rd Aug 2016, 1:22 PM
jeet singh
jeet singh - avatar
- 2
don't know
21st Aug 2016, 7:51 PM
Piyush Davda