Computer Science, asked by akhil2153, 1 year ago

Which one is valid declaration of the main() method in order to start the execution of a java application? select the two correct answers.

a. static void main(string[] args) { /* ... */ }

b. public static int main(string[] args) { /* ... */ }

c. public sta?

Answers

Answered by divyanshu32
0
public static int main (string[]raha) {/*...*/}
Similar questions