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
20,222 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,943 views
7 months ago
The GitHub Repository for this Tutorial Series: https://github.com/DenizAltunkapan/java-tutorial The Last Video: ...
118 views
5 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
Confused about reference data types in Java? In this quick Java interview shorts series, we break down reference data types in ...
1,388 views
4 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
What is a Soft Reference in Java? A soft reference is used for memory-sensitive caching. Unlike strong references, objects with ...
82 views
Java stack vs heap memory visualized in 60 seconds! See where Java stores primitives vs objects, how references work, and why ...
736 views
8 months ago
Deserialization of JSON Response to Java Collections List or Map ...
206 views
To learn more about Reference Variable in Java - https://codegym.cc/groups/posts/java-type-casting Learn the basics of Java ...
23 views
In Java, == and .equals() serve different purposes: - == (Reference Comparison): This checks whether two variables point to the ...
21 views
Method References in Java | Java 8 Feature | Java Tutorial What are Method References in Java? Introduced in Java 8, ...
450 views
Explore the power of method references in Java to simplify code and enhance readability, offering both beginners and experts a ...
672 views
500 views
Java Confusion Alert! Think .equals() always checks content? ❌ Not always. Here's the truth ✓ String.equals() ➡ compares ...
Static Method Reference In Java 8 | Method Reference In Java 8 | Java 8 Features Tutorial | Method Reference Java #Java8 ...
131 views
11 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 ...
311 views
9 months ago
Method Reference In Java 8 | Java 8 Features Tutorial | Method Reference Java #java8 #methodreference #java ...
93 views
Constructor Reference In Java 8 | Constructor Method Reference Java 8 | Java 8 Features #java #java8 #constructor #javatutorial ...
301 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
Just received my copy of Java: The Complete Reference (13th Edition) from Amazon! In this video, I'm unboxing it and sharing ...