Java Question About the Main Method
Select all signatures below that apply as valid signatures of the main method: |
A. public static void main(String []arg) {} B. public void static main(String args[]) {} C. public void main(String[] args) {} D. public static void main() {} E. static public void main(String args[]) {} // www.javadb.com |
Bookmark:
Search for code examples on this site
