Answer Posted / raju
THE OBJECT CLASS METHOD ARE
CLONE();
HASHCODE();
NOTIFY();
NOTYFYALL();
WAIT();...ETC..
THESE METHODS ARE VERY IMPOTENT FOR ALL JAVA CLASS.... IN
REAL TIME COLLECTION FRAME WORK HASHSET/HASHMAP CLASS.........
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is thread synchronization in java?
how to convert Java project into Maven ?
What is methodological theory?
What is object cloning in Java?
Name and explain the types of ways which are used to pass arguments in any function in java.
What is the difference between abstract class and interface1? What is an interface?
When should I use stringbuffer?
Does java initialize arrays to zero?
Are constructors methods?
What is the difference between inheritance and encapsulation?
What is type safety in java?
What is enhanced loop in java?
Why is it called buffering?
How does linkedhashmap work in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?