Q. Identify the correct restriction on static methods.
1. They must access only static data
2. They can only call other static methods.
3. They cannot refer to this or super.
β
Correct Answer: (D)
1, 2 and 3