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 |
Explain static nested classes ?
what is translator and it types
How do generics work?
What is the difference between overloading and overriding a function?
13 Answers eG Innovations, Infosys, TCS,
How is tree Mirroring implemented?
Can you explain the meaning of aggregation and composition
What is the use of volatile in java?
How many types of string data types are there?
Can a class have 2 constructors?
What is navigable map in java?
What is a concrete classes? Is Java object class is concrete class?
What is Gang of four design patterns