Multiple choice

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

  1. Final methods are faster than non-final methods.

  2. Integer class is final in java.

  3. Final classes are used for the security reasons.

  4. All of the above

  5. Only (1) and (2)

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

Yes, all of the above three are true statements.