What is a map in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is Applet Flickering ?

1 Answers   Infosys, Persistent,


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


Can long be null in java?

0 Answers  


What mechanism does java use for memory management?

0 Answers  


Can we have any code between try and catch blocks?

0 Answers  






What is the final class?

0 Answers  


What is ++ a in java?

0 Answers  


What restrictions are placed on method overloading and method overriding?

5 Answers  


What are alternatives to java serialization?

0 Answers  


What is the largest number a double can hold?

0 Answers  


What is difference between compatible and incompatible changes in serialization?

1 Answers   Synechron,


What is map in java?

0 Answers  


Categories