ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

75 results

Life Meets Logic
Can We Use a Custom Object as HashMap Key? 🤯 Java Explained

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: ...

0:16
Can We Use a Custom Object as HashMap Key? 🤯 Java Explained

972 views

5 days ago

CyberArmory
HashTable in java 32

HashTable in java 32.

3:36
HashTable in java 32

0 views

5 days ago

Life Meets Logic
Why TreeMap Is Slower Than HashMap? 🤯 Java Explained

Many Java developers know TreeMap is slower than HashMap, but do you know why? In this video, you'll learn: ✓ Internal ...

0:16
Why TreeMap Is Slower Than HashMap? 🤯 Java Explained

1,040 views

4 days ago

Life Meets Logic
What Happens If HashMap Key Is Mutable? 🤯 Java Explained

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 ...

0:16
What Happens If HashMap Key Is Mutable? 🤯 Java Explained

51 views

6 days ago

Tech Seminar
Daily Interview: In Java, what are the main differences between HashMap and ConcurrentHashMap?
7:56
Daily Interview: In Java, what are the main differences between HashMap and ConcurrentHashMap?

0 views

6 days ago

Kevin Yu
Day 1 - Arrays and HashMaps
1:30:30
Day 1 - Arrays and HashMaps

21 views

4 days ago

Build Luck
The SHOCKING Truth About HashMap and Hashtable | Java Interview Questions #dsa #java #interview
0:37
The SHOCKING Truth About HashMap and Hashtable | Java Interview Questions #dsa #java #interview

74 views

4 days ago

Life Meets Logic
What Is Load Factor Trade-Off? 🤯 HashMap Explained

The load factor in HashMap looks simple… but it hides a big trade-off ⚖️ In this video, you'll learn: ✓ What load factor actually ...

0:16
What Is Load Factor Trade-Off? 🤯 HashMap Explained

21 views

5 days ago

Code Granular
HashMap vs SynchronizedMap vs ConcurrentHashMap | Java Concurrency Explained

Choosing the wrong Map in Java can silently kill performance or break your multithreaded code ⚠️ In this video, we deep-dive ...

19:49
HashMap vs SynchronizedMap vs ConcurrentHashMap | Java Concurrency Explained

0 views

1 day ago

Life Meets Logic
Make HashMap Key Immutable 🔒 | Java Best Practice

Using a mutable key in HashMap can silently break your application The solution is to make the key immutable In this video, ...

0:16
Make HashMap Key Immutable 🔒 | Java Best Practice

92 views

5 days ago

TheQuirkyLearner
How Java HashMap Works Internally (Buckets, Hash, Collisions)

Java HashMap Explained from Scratch — Internals Made Easy In this video, I explain how Java HashMap works internally ...

6:17
How Java HashMap Works Internally (Buckets, Hash, Collisions)

13 views

5 days ago

Tech Seminar
Interview: Why does ConcurrentHashMap NOT allow null keys or null values, while HashMap does?

Why does ConcurrentHashMap NOT allow null keys or null values, while HashMap does?

8:21
Interview: Why does ConcurrentHashMap NOT allow null keys or null values, while HashMap does?

0 views

5 days ago

Oops Coder
Top Java Interview Questions on ArrayList, LinkedList, and More  #java #facts #correctcoding

Ace your Java interviews with top questions on ArrayList, LinkedList, and other Collection classes, explained simply to strengthen ...

0:50
Top Java Interview Questions on ArrayList, LinkedList, and More #java #facts #correctcoding

82 views

5 days ago

codewithamod
Kth Distinct Element in Java Using Map | LinkedHashMap Explained | Interview Question

In this video, we solve an important Java interview question: Find the K-th distinct (non-repeating) element using Map in Java.

2:12
Kth Distinct Element in Java Using Map | LinkedHashMap Explained | Interview Question

36 views

6 days ago

DrillCoding
Day 35 Quiz- HashMap get() Returns NULL? 90% Developers Fail This Java Question 😯

Most Java developers fail this simple-looking question If HashMap.get(key) returns null, does it mean the key doesn't exist?

0:28
Day 35 Quiz- HashMap get() Returns NULL? 90% Developers Fail This Java Question 😯

151 views

2 days ago

Smart Learning
DAY 3/30 – equals() vs hashCode() in Java 🚀 #shorts #java #30daychallenge

DAY 3/30 – equals() vs hashCode() in Java #shorts #java #30daychallenge DAY 3/30 – equals() vs hashCode() in Java ...

0:40
DAY 3/30 – equals() vs hashCode() in Java 🚀 #shorts #java #30daychallenge

0 views

3 days ago

Build Luck
Can you answer this hashmap interview question #coding #javainterview #dsa
0:38
Can you answer this hashmap interview question #coding #javainterview #dsa

53 views

3 days ago

CodeX Prasoon
Collection Framework Lecture - 07 | Map interface | HashMap , LinkedHashMAp , Hashtable , TreeMap

क्लास कास्ट एक्सेप्शन ठीक है अ क्लास java डॉट lang डॉट इंटीजर कैन नॉट बी ...

1:19:27
Collection Framework Lecture - 07 | Map interface | HashMap , LinkedHashMAp , Hashtable , TreeMap

37 views

1 day ago

Hemanth Raju
Neetcode 150 - Arrays and Hashing Problem Solving

We can make use of the hash table here to count the frequency of the alphabets in string s and then to compare to t. Okay let's ...

19:53
Neetcode 150 - Arrays and Hashing Problem Solving

1 view

Streamed 6 days ago

The Optimal Approach
Count Distinct Elements in Every Window | GFG POTD | Sliding Window | Java

In this video, we solve GeeksforGeeks Problem of the Day – *Count Distinct Elements in Every Window* using the *Sliding ...

10:29
Count Distinct Elements in Every Window | GFG POTD | Sliding Window | Java

47 views

4 days ago