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 |
Difference between overriding and overloading in java?
What is a package in java? List down various advantages of packages.
What is passing value java?
How do I compare two strings in word in java?
What is the difference between serializable and externalizable interface?
How to Sort list of Strings in ascending order without using java api.
Can we declare Pointer in Java?
what is unreachable code problem in multiple catch statements
What is the difference between call by reference and call by pointer?
In treeset we add same object ...what will be the out put
Are nested try statements are possible?
What is nan in java?