Iterator in the HashMap is fail-safe means what?
Answer Posted / sandya
ok Thanq Yathirajulu.
| Is This Answer Correct ? | 0 Yes | 12 No |
Post New Answer View All Answers
What does s mean in regex?
Does list maintain insertion order java?
Why is String immutable?
What is return keyword in java?
What is the difference between state-based unit testing and interaction-based unit testing?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
Why can't you declare a class as protected?
Which class is the superclass for every class in java programming?
What occurs when an object is constructed?
What are the rules for variable declaration?
What are the two types of streams offered by java 8?
What do you understand by overloading and overriding in java?
What is the difference between break and continue statements?
Do we have pointers in java?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?