what are the methods of an object class?
Answers were Sorted based on User's Feedback
Answer / m.pushpa
clone(),
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),
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / paletipatisrinu
object is the super class for all the class the following
methods are
clone(),
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),
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / malay
Wait() , notify(), toString(), equals() , clone()
Is This Answer Correct ? | 2 Yes | 1 No |
Why java does not supports multiple inheritance?
How many types of classes are there in java?
Is nan false?
what is hashmap& hashtable with example?
Explain about anonymous inner classes ?
What is a stringbuffer?
Default layout of Dialog object?
What are synchronized methods ?
Can we create an object of private class?
what is synchronization and why is it important? : Java thread
What is the difference between private & public & friendly classes?
What is the difference between == and === javascript?