What is fail first in java?
Answer / Kiran Rani
In Java, Fail-Fast Iterator (found in some Collection classes) throws an UnsupportedOperationException or ConcurrentModificationException if the underlying collection is structurally modified while an iteration over it is in progress. This behavior is known as Fail-Fast.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between interface and abstract class with ex.
4 Answers Cognizant, Tech Mahindra,
Is constructor inherited?
Can you achieve runtime polymorphism by data members?
What happens if I remove static from main method?
Compare overloading and overriding?
What is a vararg?
What is the difference between java applets and applications?
What is appletviewer?
What is the difference between preparedstatement and statement in java?
Catch(Exception e){ } in that what is Exception and purpose of that in that place exactly?
What is the return type of readLine() when end of a file is reached?
Is static a keyword in java?