Methods: How to Write Them - AP Computer Science A

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

Identify the error in this method: 'public static void main()'

Tap to reveal answer

Answer

Add parameter: '(String[] args)'. Main method requires String array parameter for command-line arguments.

← Didn't Know|Knew It →