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 |
Can you explain the usages of class.forname()?
When does the compiler supply a default constructor for a class?
Do you need to import math in java?
What are the differences between processes and threads?
Why are the objects immutable in java?
Explain about automatic type conversion in java?
What is a website container?
How many types of string data types are there?
what is an object class?Explain its methods?
what is net based application and its types
Why is whitespace important?
What are non-access modifiers?