Explain me what is the difference between HashMap and ConcurrentHashMap?
Submitted by: MuhammadConcurrentHashMap is thread-safe; that is the code can be accessed by single thread at a time while HashMap is not thread-safe. ConcurrentHashMap does not allow NULL keys while HashMap allows it.
Submitted by: Muhammad
Submitted by: Muhammad
Read Online Java Software Engineer Job Interview Questions And Answers
Top Java Software Engineer Questions
| ☺ | Do you know how threadsafe is enum in Java? |
| ☺ | Explain me what is a good usecase of calling System.gc()? |
| ☺ | Explain me why doesn’t the following code generate a NullPointerException even when the instance is null? |
| ☺ | Do you know what is the advantage of generic collection? |
| ☺ | Tell us what do you mean by aggregation? |
Top Java Programming Language Categories
| ☺ | Core Java Interview Questions. |
| ☺ | Hibernate Interview Questions. |
| ☺ | Advanced Java Interview Questions. |
| ☺ | IBM WebSphere Interview Questions. |
| ☺ | Spring Framework Interview Questions. |
