Is it safe for adding 10,00,000 records/objects to
HashMap?, i.e is it safe to add millions of objects to
HashMap?
Answer Posted / 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 |
Post New Answer View All Answers
How big is a 64 bit float?
How do I print a “?
What is difference between variable declaration and definition?
Does java linked list allow duplicates?
What is classes in java?
What about instanceof operator in java?
What is java console application?
Can we execute java program without main method?
List any five features of java?
What is skeleton and stub?
Is java type safe?
Define how destructors are defined in java?
what is heap memory?
What is string :: npos?
What is object cloning in Java?