java Architecture
By the end of this Article you will be able to understand
The Architecture of Java Language.
![]() |
Java Program Execution Process |
Now let us Understand the Java Architecture.
As shown in above figure,
1) Java program source files are saved with extenion .java(dot java).
2) This .java file is compiled using java compiler which creates a file with extension .class
known as byte code.


No comments:
Post a Comment