Multiple choice

Which of the following is/are the true statement(s) in java?

  1. Static methods can call other static methods.

  2. We can not use super keyword in case of static methods.

  3. We can not override the static method.

  4. All of the above

  5. Only (1) and (3)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Yes, all of the above are the true statements.