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 |
How to split a string in java?
Can we override tostring method in java?
What does 3 dots mean in java?
What is a singleton class in Java?
What are static blocks and static initalizers in java ?
Can we clone singleton object in java?
What are init(), start() methods and whey they are called?
What are the elements of java?
What is array and arraylist in java?
What is a constructor overloading in java?
Explain about member inner classes?
What is the difference between arraylist and hashset in java?