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 |
What is method with example?
can we write a program with out a class in core java?
What is string and example?
In real time project which driver did u use? What is the main functionality of the Prepared Statement?
What is anti pattern in programming?
What is method and methodology?
What is the use of set in java?
what are literals in java?
How do you override a variable in java?
Which is bigger float or double?
Explain notify() method of object class ?
how we can write the string concatenation program in java.