Multiple choice Which of the following is/are the true statement(s) in java? Final methods are faster than non-final methods. Integer class is final in java. Final classes are used for the security reasons. All of the above 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.