Coforge Interview Question

methods in Object class of java?

Interview Answers

Anonymous

Nov 8, 2016

equals ,hashcode,wait ,notify,notifyall,clone,finalize &toString

Anonymous

Jun 18, 2012

clone(), notify(). etc..