Is it safe for adding 10,00,000 records/objects to
HashMap?, i.e is it safe to add millions of objects to
HashMap?
Answers were Sorted based on User's Feedback
Answer / kishore kumar
No,
It may not work in low memory systems.
If you want to show the all the records from the database,
then simply use the concept of pagination.
Is This Answer Correct ? | 1 Yes | 1 No |
How are variables stored?
How will you reverse a link list without using recursion?
What are different data structures in java?
what is different between static and non static methods ,using example
what is the constructor and how many types of constructors are used in java?
Are there any tools available in java to create reports?
Can an interface have a class?
What are the problems faced by java programmers who don't use layout managers?
can any body tell me? does advance java and j2ee both are same.
What is math exp in java?
How do you compare two objects?
When should I use abstract classes and when should I use interfaces?