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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -