Iterator in the HashMap is fail-safe means what?

Answer Posted / parthasarathi

can you please tell me about the use of marker interface?


Ans: Marker or taged interfaces having no methods.example
Cloneable,Serializable etc.Actually this interfaces give
some infermation about a object.that means internally it
check the object wheather it belongs to that interface or
not,using instanceOf() methd.

Is This Answer Correct ?    5 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we have any other return type than void for main method?

542


What class of exceptions are generated by the java run-time system?

640


Can a serialized object be transferred via network?

519


What will be the output of round(3.7) and ceil(3.7)?

685


What is stack explain?

506






Distinguish between a predicate and a function?

579


What is the need of transient variables in Java ?

583


What is a for loop in java?

603


What are the different access modifiers available in java?

563


What is primitive data type in java?

546


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread

602


What is the main purpose of java?

522


Explain reverse a linked list iterative solution in java?

504


What is rmi and steps involved in developing an rmi object?

572


What is assembly condition codes?

560