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
What is functional interface in java example?
Does constructor creates the object ?
Is string thread safe in java?
What is method reference in java?
What is default switch case? Give example.
What is the difference between yielding and sleeping in java programming?
What is entry in java?
Can we overload destructor in java?
Can you use abstract and final both with a method?
What is java lang string?
What is meant by attribute?
What is static in java?
What is the use of private static?
How do you achieve polymorphism in java?
Can we declare a static variable inside a method?