All Java applications must have a method __________.

a. public static Main(String[] args)
b. public static Main(String args[])
c. public static void main(String[] args)
d. public void main(String[] args)
e. public static main(String[] args)

c Java application's starting method is the main method.

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a related form that is not stored within the main form

Fill in the blank(s) with correct word

Computer Science & Information Technology

Where is the New Comment command located?

A) Data tab B) View tab C) Insert tab D) Review tab

Computer Science & Information Technology