What is concurrent hashmap and its features?


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

Post New Answer

More Core Java Interview Questions

What is byte data type?

0 Answers  


we cannot create an object of interface but we can create a variable of it

1 Answers  


In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?

2 Answers  


does java support pointers?

0 Answers  


What Is Query Throttling in java?

0 Answers   HCL,






how session will be expired ?

4 Answers   Satyam,


What is adapter in java?

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,


What are the names of interfaces that doesn't consists of method/s ?

3 Answers  


What is floor math?

0 Answers  


What is float in java?

0 Answers  


Explain what are final variable in java?

0 Answers  


Categories