- 2
how java program is processed?
thats for my assignment. thanks
3 Respuestas
+ 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).
0
download JVM from Oracle.com then install it after check for the bugs and fix it on the install runtime
- 2
don't know