Iterator in the HashMap is fail-safe means what?
Answer Posted / yathirajulu
HashMap is fail-safe is nothing but, 'security' for store
null values to extent forward
Is This Answer Correct ? | 2 Yes | 31 No |
Post New Answer View All Answers
Can each java object keep track of all the threads that want to exclusively access it?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Is cout buffered?
What will happen if static modifier is removed from the signature of the main method?
Can you inherit a constructor java?
What are the high-level thread states in java programming?
What is flush buffer?
Describe different states of a thread.
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What are the rules for naming an array?
When is the garbage collection used in Java?
Define inheritance?
What does this mean java?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).