MCQOPTIONS
Saved Bookmarks
| 1. |
Choose the correct statement about Java main method. |
| A. | The main method is not a required method |
| B. | The main method must be declared public static void. |
| C. | you can define program flow using the main method. The Java virtual machine calls the main method directly. |
| D. | All the above |
| Answer» E. | |