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


Please Help Members By Posting Answers For Below Questions

Can each java object keep track of all the threads that want to exclusively access it?

752


Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?

786


Is cout buffered?

893


What will happen if static modifier is removed from the signature of the main method?

737


Can you inherit a constructor java?

826


What are the high-level thread states in java programming?

845


What is flush buffer?

756


Describe different states of a thread.

785


From the two, which would be easier to write: synchronization code for ten threads or two threads?

830


What are the rules for naming an array?

739


When is the garbage collection used in Java?

898


Define inheritance?

793


What does this mean java?

796


What is JDBC Driver interface?How can you retrieve data from the ResultSet

1787


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).

1774