Multiple choice Which of the following is not a method of Object class in java? Clone() toString() Finalize() valueOf() Equals() Reveal answer Fill a bubble to check yourself D Correct answer Explanation This is not a method of Object class. This is a method of String class.