EPAM Systems Interview Question

What methods of class Object do you now?

Interview Answer

Anonymous

Mar 21, 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)