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 |
What is a dynamic array java?
Should a main method be compulsorily declared in all java classes?
What is an example of character?
Explain about interthread communication and how it takes place in java?
What are different types of expressions?
How do you invoke a method?
How do you allocate memory to object?
What is meant by event handling in SAX parser?
How to reverse string in java?
What are the four corner stones of oop?
What is a default package ?
what is dynamic method dispatch ?
27 Answers Fidelity, MUET, SDSF,