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 |
Is java call by reference?
What is java used for on a computer?
Why javac is not recognized?
What are the uses of synchronized keyword?
Does constructor creates the object ?
What do you understand by the bean persistent property?
What java is used for?
What are inbuilt functions in java?
is there a separate stack for each thread in java? : Java thread
Hi, well i am unable to understand that why it is mandatory to have same hashcode, if two objects are same? Thanks in advance.
What are event-delegation model and event-inheritance model? Which is best?
Highest level event class of the event-delegation model?