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 heap stored in ram?
What is enhanced loop in java?
Explain treeset?
What is the access scope of a protected method?
What is a control variable example?
What is a string what operation can be performed out with the help of a string?
Are global variables initialized to zero?
How do you stop a thread in java?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
Can you change array size in java?
Why do we need autoboxing in java?
How can we make sure main() is the last thread to finish in java program?