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
11,662 results
Hello So let's talk about method references We know something like that exist but are we using it Well probably sometimes So ...
14,931 views
7 months ago
What is a Phantom Reference in Java? A phantom reference is the weakest type of reference. Unlike soft or weak references, ...
231 views
3 months ago
What is a Weak Reference in Java? A weak reference is a reference that doesn't stop garbage collection. If no strong ...
193 views
Confused about reference data types in Java? In this quick Java interview shorts series, we break down reference data types in ...
1,384 views
4 months ago
What is a Soft Reference in Java? A soft reference is used for memory-sensitive caching. Unlike strong references, objects with ...
82 views
Method References in Java | Java 8 Feature | Java Tutorial What are Method References in Java? Introduced in Java 8, ...
450 views
Java stack vs heap memory visualized in 60 seconds! See where Java stores primitives vs objects, how references work, and why ...
710 views
8 months ago
Explore the power of method references in Java to simplify code and enhance readability, offering both beginners and experts a ...
672 views
Just received my copy of Java: The Complete Reference (13th Edition) from Amazon! In this video, I'm unboxing it and sharing ...
123 views
2 months ago
Java Confusion Alert! Think .equals() always checks content? ❌ Not always. Here's the truth ✓ String.equals() ➡ compares ...
118 views
Cracking the #Java #Coding #Interview - Question 252: What is a WeakHashMap? Watch all the questions here: ...
33,483 views
The output is 99! Here's why: In Java, when you write arr2 = arr1, you're not copying the array - you're copying the ...
2,308 views
6 months ago
"Is Java pass-by-value or pass-by-reference? Java is **always Pass-by-Value**, even for objects! For primitives, it passes the ...
303 views
500 views
5 months ago
To learn more about Reference Variable in Java - https://codegym.cc/groups/posts/java-type-casting Learn the basics of Java ...
23 views
Reference holds memory address, NOT the object! This Java concept fails 90% of interviews When you write Car c1 = new ...
589 views
Primitive vs Reference Data Types in Java | Explained with Example In this video, we break down one of the most important Java ...
21 views
Mañana es lunes lo sé pero al menos vas a entender de una vez cuándo usar esto y cuándo usar esto en Java Ambos sirven ...
1,482 views
Day 13 brings an OOP twist. When object and reference types differ - which method actually runs? Don't just guess... prove you're ...
130 views
I broke into FAANG by learning Java, here's everything I did so you can copy me #coding #codingforbeginners #learntocode ...
396,502 views
11 months ago
Java 8 Features | Key Features of Java 8 | Java Tutorial In this video, you'll learn the Key Features of Java 8: ✓ Lambda ...
583 views
Quick poll for Java lovers! Do you know how Java passes variables—by value or by reference? Watch this short and test your ...
438 views
Confused between `==` and `.equals()` in Java? In this short video, I'll show you a real-time example using a web compiler to ...
283 views
Learn Java Variables & Data Types in this beginner-friendly guide! ✔️ **Primitive Types** – int, double, char, boolean ...
26 views
9 months ago
In this short video, you'll learn what Method References are in Java, why they are used, and how they simplify lambda ...
261 views