Question: 1) which declaration of the main method below would allow a class to be started as an applet program? a. public static int main(char args[])
1) which declaration of the main method below would allow a class to be started as an applet program?
a. public static int main(char args[])
b.public static void main(string[] args)
c. public static void MAIN(string args[])
d. public void start()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
