What is the java virtual machine?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between character constant and string constant in java ?
What is java virtual machine? Explain
What are the types of casting?
Are registers volatile?
different types of threads?
What is the benefit of inner classes in java?
Does java allow overriding static methods ?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
How does access modifiers work?
What is an empty list in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?