

MCQOPTIONS
Saved Bookmarks
1. |
What is a Java Editor? |
A. | Java editor is simply an IDE like Notepad to type or edit java programs. It does not have ability Compiling or Running java programs without installing separate Java Packages on the PC. |
B. | Java editor is like Eclipse IDE that has shortcut options or buttons to compile and run java programs without using CMD or Command Line. |
C. | Java IDE searches for the installed Java location for JAVAC, JAVA and JAWAH to compile and run programs for you. |
D. | All the above |
Answer» E. | |