Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
146 results
HashMap in Java stores data in key–value pairs for fast access In this video, learn how HashMap works and when to use it.
15 views
7 days ago
In this video, DSA in Java – HashMap 02, we cover important concepts of HashMap in Java as part of the Java in One Shot series.
2,038 views
5 days ago
Welcome to Debug Duck, Learn software engineering, programming, and technology in a simple and practical way. Tips, insights ...
0 views
15 hours ago
Yes, you can use a custom object as a key in HashMap — but only if you follow two critical rules ⚠️ In this video, you'll learn: ...
972 views
HashMap in java 27.
Many Java developers know TreeMap is slower than HashMap, but do you know why? In this video, you'll learn: ✓ Internal ...
1,040 views
4 days ago
Using a mutable object as a key in HashMap can silently break your code In this video, you'll learn: ✓ What a mutable key is ...
51 views
6 days ago
Choosing the wrong Map in Java can silently kill performance or break your multithreaded code ⚠️ In this video, we deep-dive ...
1 day ago
Java HashMap Explained from Scratch — Internals Made Easy In this video, I explain how Java HashMap works internally ...
13 views
The load factor in HashMap looks simple… but it hides a big trade-off ⚖️ In this video, you'll learn: ✓ What load factor actually ...
21 views
Ride for Java lovers on HashMaps, keys, and lightning lookups.
In this video, we solve the Two Sum problem (LeetCode 1) and explain both the brute force and optimized HashMap approaches ...
218 views
In this video, we solve the Majority Element problem (LeetCode 169) using Java. We start with the Brute Force approach using ...
23 views
Why does ConcurrentHashMap NOT allow null keys or null values, while HashMap does?
Using a mutable key in HashMap can silently break your application The solution is to make the key immutable In this video, ...
92 views
Hash set and Hash map difference in java.
Learn how to solve the "Subarray Sum Equals K" problem (LeetCode 560) using the optimized Prefix Sum and HashMap ...
2 views
2 days ago
Most Java developers fail this simple-looking question If HashMap.get(key) returns null, does it mean the key doesn't exist?
151 views
In this video of code decode we have explained most asked java tricky interview questions which developers fails to answers ...
1,866 views