MCQOPTIONS
Saved Bookmarks
| 1. |
What would be the results of compiling and running the following class. Select the one correct answer |
| A. | The program compiles and runs generating an output of "test" |
| B. | The program does not compile as there is no main method define |
| C. | The program compiles but does not run |
| D. | The program compiles and runs but does not generate any output. |
| Answer» D. The program compiles and runs but does not generate any output. | |