Friday 16 May 2014

What Happen While Compile Java Code

What Happen While Compile Java Source Code ?

In the previous post, we have learned about how to develop ,compile and run a java program,how to compile and how to run the first java program.

Here, we are going to learn, what happens while compiling hello world  program.
While compiling java source code is converted into Byte Code by java compiler.


Now this byte code is platform independent which can be run on any platform.
Byte code provide java's most important feature platform independent which means compile code once and run any where(write once run any where).

0 comments :

Post a Comment