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
What are the ways to instantiate the class class?
Give the difference between the println method and sqrt method?
What do you understand by abstract classes?
What does provide mean construction?
Can I overload to string method
Why set is used in java?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is an error in java?
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.
What is function declaration?
What is a finally block?
Can we sort hashmap in java?
What is core java called?
What is the type of lambda expression?
What is the purpose of static methods and variables?