Answer Posted / 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 |
Post New Answer View All Answers
Differentiate between a class and an object.
What is java used for on a computer?
What is a function in java?
What is the difference between superclass and subclass?
Write code of any action class?
Which method cannot be overridden in java?
Why enumeration is faster than iterator?
How do you escape sequences in java?
Can string be considered as a keyword?
What is main method?
How will you initialize an Applet?
What is difference between static class and singleton pattern?
Can a method be overloaded based on different return type but same argument type?
How we create object in copy constructor?
What does += mean in java?