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 |
Mention some features of java?
What technique can be employed to compare two strings?
why Java does not support multiple inheritances?
What are Brief Access Specifiers and Types of Access Specifiers?
Is null an object java?
Define array. Tell me about 2-D array.
How to change the priority of thread or how to set the priority of thread?
What is preparedstatement in java?
how to handle http request in struts
What is hash method?
what is the use of thread?Justify it by project point of view
what is multithreading?