Which is fastest collection in java?


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

Post New Answer

More Core Java Interview Questions

explain the concept of virtual method invocation in polymorphism in detail?

0 Answers   TCS,


what is the collable collections in java?

2 Answers   Persistent,


what is difference between Exception and Error?

36 Answers  


Can a double value be cast to a byte?

3 Answers  


What is method overloading with type promotion?

1 Answers  


What is the use of set in java?

0 Answers  


What are the major drawbacks of external iteration?

0 Answers  


I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.

1 Answers  


What is synchronization? How it can be achieved?

2 Answers  


what is the constructor and how many types of constructors are used in java?

0 Answers  


What is factor r?

0 Answers  


what are depricated methods in threads and explain the lifecycle methods

5 Answers   CTS,


Categories