What is treemap in java?


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

Post New Answer

More Core Java Interview Questions

What are the uses of synchronized keyword?

0 Answers  


What is a java object and java application?

0 Answers  


What is the java project architecture?

0 Answers   IBM,


Can a lock be acquired on a class in java programming?

0 Answers  


Which sorting algorithm is in place?

0 Answers  


What is diamond operator in java?

0 Answers  


Why do we create threads in java?

0 Answers  


Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.

0 Answers   Rolta,


How to convert String into primitive datatype.

6 Answers  


Explain the difference between hashmap and hashtable in java?

0 Answers  


What is difference between static class and normal class?

0 Answers  


There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation

1 Answers   ABC, KPIT,


Categories