We got this question in our test regarding java code execution :-
Select the correct order of java code execution
a) Class Loader
b) Interpretation
c) Compilation
d) Byte Code Verification
e) Java Source Code
f) Execution
Options :-
- e-a-c-b-d-f
- e-a-b-c-d-f
- e-b-a-c-b-f
- e-c-a-d-b-f
I marked option 4 as my choice. I don't know the exact reason, but that one sounded best to me.
In result, it said my answer was wrong. T_T
Can someone tell what is the correct answer and why.
(Alleged Right answer by University is option 3) (And after giving link to this post, the university corrected the solution to option 4)
(After reading comments and solutions by everyone, one gets more insight on execution process, rather than just solving a stupid faulty MCQ...... GREAT COMMUNITY).