What is Map interface?

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


Please Help Members By Posting Answers For Below Questions

What are different type of exceptions in java?

767


What is data type in computer?

732


What does nextint () do in java?

795


Can we inherit a class with private constructor?

829


Can we use return in constructor?

710


What is the difference between JDBC 1.0 and JDBC 2.0?

2950


What exceptions occur during serialization?

880


What is the impact of declaring a method as final?

794


Why pass by reference is not possible in java?

753


What is the difference between static and non-static variables in java programming?

740


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.

1807


Which collection does not allow duplicates in java?

745


What is identifier with example?

830


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

10245


What is console based application in java?

831