1.

Which class does not override the and methods, inheriting them directly from class Object?

Answer» java.lang.StringBuffer is the only class in the list that uses the default methods provided by class Object.


Discussion

No Comment Found