Answer Posted / ravikiran
Object class is the super most class inside the hierarchy of
classes.
1).wait()
2).notify()
3).notifyAll()
4).instanceOf()
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Why is java multithreaded?
What is hashing principle in java?
What is time complexity algorithm?
What are the types of methodology?
Can one thread block the other thread?
What is a double vs float?
What is the difference between a factory and abstract factory pattern?
What are the advantages of autoboxing?
What is method overloading and method overriding?
What is keyword in oop?
Is finalize() similar to a destructor?
How do you convert an int to a double in java?
what is synchronization and why is it important? : Java thread
Why vector class is used?
Is integer immutable in java?