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.

Posted on by