EPAM Systems interview question

What methods of class Object do you now?

Interview Answer

Anonymous

21 Mar 2019

Object clone(), boolean equals(Object obj), void finalize() , Class getClass() , int hashCode(), void notify(), void notifyAll(), String toString(), void wait(), void wait(long millis) , void wait(long millis, int nanos)