Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following is NOT a correct statement about declaring and using methods in Java?
A non-static method can call any method of the same class directly.
A non-static method can manipulate any of the class' fields directly.
To access the class non-static members, a static method must use a reference to an object of the class.
A static method can manipulate only static fields in the same class directly.
A static method can call other static methods of another class directly.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!