1.

What is Ahead of Time Compiler in Java?

A. Ahead of time compiler compiles java files as and when you type and save.
B. Ahead of time compiler turns byte code to executable code line by line based on requirement
C. Ahead of time compiler is a replacement for JIT compiler to translate all byte code to a single executable file or code to run the program fast and efficient.
D. None of the above
Answer» D. None of the above


Discussion

No Comment Found