java training institutes in Vijayawada
JAVA
Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible.
Java source code is compiled into bytecode when we use the javac compiler. The bytecode gets saved on the disk with the file extension .class . When the programis to be run, the bytecode is converted, using the just-in-time (JIT) compiler. ... When the bytecode is run, it needs to be converted to machine code.
Comments
Post a Comment