SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Java Interview

» Start this Course
(Practice similar questions for free)
Question:

Final Class cannot be extended. Example of a Final class in java is String and Integer (or other wrapper classes). This is to make the class immutable. Final is used rarely as it prevents reusing the class.

Author: Jerry Mathew



Answer:

Final Modifier on a Class


0 / 5  (0 ratings)

1 answer(s) in total