Multiple Choices
Answer (Choose 1 answer)
Which of the following signatures is valid for the main() method entry point of an application?
A. public static void main()
B. public static void main(String[] args)
C. public void main(String[] args)
D. public static final void Main(String[] args)