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 happens when I use / and % with a negative numerator?
Can a class be subclass of itself?
What is the argument type of main() method?
i need example for java abstraction. where we use abstraction and why we need abstraction.
What is a method in java?
How do you remove all elements from an arraylist in java?
What is an example of a constant variable?
What is module with example?
What is the equal sign?
Can singleton class be inherited in java?
Is it possible to write static method in abstract class? justyfy your answer?
How to run a JAR file through command prompt?