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
Can constructor be synchronized?
What are the different ways of implementing thread? Which one is more advantageous?
Which class is the superclass of all classes?
What is method reference?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is the major difference between linkedlist and arraylist?
What do you mean by a JVM?
Is array serializable java?
how do I create a runnable with inheritance? : Java thread
What is an empty class? What functionality does it offer in Java?
When do I need to use reflection feature in java?
Why is stringbuffer faster than string?
What is difference between static variable and global variable?
What do you understand by garbage collection in Java? Can it be forced to run?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.