Answer Posted / sushila
map is not a collection type but it is part of collection API
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are different type of exceptions in java?
What is data type in computer?
What does nextint () do in java?
Can we inherit a class with private constructor?
Can we use return in constructor?
What is the difference between JDBC 1.0 and JDBC 2.0?
What exceptions occur during serialization?
What is the impact of declaring a method as final?
Why pass by reference is not possible in java?
What is the difference between static and non-static variables in java programming?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
Which collection does not allow duplicates in java?
What is identifier with example?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is console based application in java?