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
What is :: operator in java?
How many types of java are there?
Can you pass by reference in java?
why using interface interface ?
Difference between operator overloading and function overloading
What is the string function?
What do you mean by stack?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is object-oriented programming?
What is difference between iterator access and index access?
Differentiate between the constructors and methods in java?
What is static keyword in java?
What is a parameter used for?
What are the 4 types of characters?
Is void a data type in java?