compilation - Compiling sequence -
i'm curious know how java compiler compiles code, ie., sequence in compiles. go through code top bottom 1 reads story or begin main method.
say, goes main, creates whatever object main method following fields declared before object creation. then, goes class object name refers; , in class (if .java file), sequence compilation follow? pl let me know.
how work two-three or more classes including main class separate java files?
Comments
Post a Comment