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 an interoperable application in java ?
Why string is immutable or final in java
What is size_t?
Explain the difference between a Thread and a Process.
Is java developer a good career?
What is the definition of tree ?
Why Java doesn’t support multiple inheritance?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Explain about transient variables in java?
Define locale.
Which is easier netbeans or eclipse?
what is the major difference between linkedlist and arraylist in java?
What is nextline method in java?
Explain spliterator in java8?
Can we restart a dead thread in java?