What is the ultimate superclass in Java and tell its methods?
Anonymous
Object is the ultimate superclass of all Java classes (except for Object). Methods: protected Object clone() boolean equals(Object obj) protected void finalize() Class getClass() int hashCode() void notify() void notifyAll() String toString() void wait() void wait(long timeout) void wait(long timeout, int nanos)
Check out your Company Bowl for anonymous work chats.