•
• Question 1 1 out of 1 points
Which statement is false?
Selected An enum constructor cannot be overloaded.
Answer:
• Question 2
1 out of 1 points
Which method returns an array of the enum’s constants?
Selected values.
Answer:
• Question 3
1 out of 1 points
When must a program explicitly use the this reference?
Selected Accessing an instance variable that is shadowed by a
Answer: local variable.
• Question 4
1 out of 1 points
Which of the following is false?
Selected A static method can call instance methods directly.
Answer:
• Question 5
1 out of 1 points
When implementing a method, use the class’s set and get methods to access the class’s
data.