Java
Discussion Questions
You'll have to post on at least three separate days to the Discussion. Each post should be of a high quality.
Here is the first question on the Discussion page. Be sure to select the Discussion page to the left and respond to the following question:
A class is a collection of methods. A method is an instruction designed to accomplish a specific task.
At least one of the classes in a Java application program must have the method called main.
Discuss the following questions with your classmates:
• What is the purpose of the main method in a Java application program?
• Can you write a Java program without it? Why? Why not?