ConcurrentHashMap How It Works Internally. Asked by tech companies in phone screen interview rounds.

preview_player
Показать описание
If you find this video helpful, please 'Like' or 'Subscribe'. This motivates me to do more of such good quality and useful videos.

ConcurrentHashMap How It Works Internally. Asked by tech companies in initial / phone screen interview rounds.

Frequently Asked Interview Questions (Java Developers):

What is the difference between HashMap & ConcurrentHashMap?

When should we use ConcurrentHashMap over HashMap?

Which package ConcurrentHashMap is located?

The HashMap is non-thread-safe and can not be used in a concurrent multi-threaded environment. ConcurrentHashMap is a thread-safe and specially designed for use in multi-threaded and concurrent environment where multiple threads can safely access ConcurrentHashMap.

Explains concept of segments in ConcurrentHashMap

#coding #softwareengineer #Leetcode #Algorithm #DataStructure #Java #programmer #tech #software #codinglife #Preparation
#interview #programminglife #programmingisfun #hashmap #ConcurrentHashMap #leetcode #codeforces #algorithm #algorithms #datastructure #datastructuresandalgorithms #programming #computerscience
#interviewpreparation #codingquestions #codinginterviewquestions #javaprogramming #javatutorial #codingquestions #javacollectionframework #javacollection #javacollections #javacollectionframework #javacollectionsframework #interviewpreparation #hashmap #datastructureandalgorithm #programming
Рекомендации по теме
Комментарии
Автор

Correction - Not arrayList its linkedList sir

gokulkadnar
Автор

What happens if we read the data from a segment when it is locked..??

shravankumar-mexi
Автор

Thank you so much for this.. Expecting more videos from your channel

dhareppasasalatti
Автор

hi, i have one doubt, if i am modifying the node with key 101, can another thread read that particular node at the same time ? because read operations aren't blocked in Concurrenthashmap

shwetapriyadarshani
Автор

In Concurrent HashMap it is not allowed to contain null key or value

pavlodiachuk
Автор

Concurrenthashmap is slow compare with hashmap

VijayRaoV
Автор

worst video, presenter is very confused about what he is presenting .

SHUBHAMVARDAAN