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
How do you add an element to a hashset in java?
What is meant by structural programming?
What are the differences between path and classpath variables?
Can a static member function access member variable of an object?
What happens when a thrown exception is not handled?
What is bitwise complement?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
Can static method access instance variables ?
What do you mean by byte code?
What is the difference between Java and C++?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Which category the java thread do fall in?
What is floor math?
What is thread start?
What is sortedmap in java?