MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the correct statement about Java? |
| A. | JIT Compiler produces Byte Code from Java file. |
| B. | JIT Compiler takes chunks of Byte Code as input and produces Executable code on that particular machine. |
| C. | JIT Compiler assists the actual JAVAC compiler to compile fast |
| D. | None of the above |
| Answer» C. JIT Compiler assists the actual JAVAC compiler to compile fast | |