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 |
Explain jvm, jre, and jdk?
What is unicode datatype?
Can memory leak in java?
Is it possible to instantiate the abstract class?
Explain the transient field modifier?
What is difference between path and classpath variables?
What is the major advantage of external iteration over internal iteration?
Adapter classes?
What is singleton class in java and how can we make a class singleton?
How many characters is 16 bytes?
Can we create a constructor in abstract class?
why java uses class level type casting ?