Explain about map interface 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 thin driver and thick driver. why it is called so?

2 Answers   Logisoft,


Why java is made?

0 Answers  


How many bits is a string in java?

0 Answers  


Explain when we should make an instance variable private.

0 Answers  


What is the vector class in java programming?

0 Answers  


What is the benefit of inner classes in java?

0 Answers  


What is the default value of local and global variables?

0 Answers  


I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


How to display arraylist values in java?

0 Answers  


in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?

10 Answers   ITC Infotech,


What is a loop java?

0 Answers  


Why is stringbuffer called mutable?

0 Answers  


Categories