MCQOPTIONS
Saved Bookmarks
| 1. |
What is the correct signature of the main method? |
| A. | public static void main(String[] args) |
| B. | static public void main(String[] args) |
| C. | public void main(String[] args) |
| D. | A and B Both |
| Answer» E. | |