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

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -