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
65 results
How many objects? One. How many references? Two! Object typecasting doesn't create new objects, it only changes the ...
534 views
3 weeks ago
It just gives the current object a new reference variable. This is key for understanding memory management and object behavior.
498 views
When type casting objects, new reference variables are created, but no new objects are generated. Only one object exists, with ...
290 views
Learn all about variables and data types in Java — including primitive and reference types.
3 views
2 weeks ago
Typecasting doesn't make new objects—it only changes the reference variable type. The internal object stays the same, even ...
269 views
Learn why Java 22's ClassFile API can throw VerifyError due to method signature mismatches involving primitive and reference ...
0 views
23 hours ago
In Java, this and super are keywords used to refer to objects within the context of inheritance and class instances. 1. The this ...
108 views
4 weeks ago
DESCRIPTION* Learn how Java Method References can simplify your lambda expressions and make your code cleaner and ...
1,509 views
In this YouTube Short, I explain the JVM memory model — Method Area, Heap Memory, Stack Memory, PC Register, and Native ...
1,271 views
13 days ago
What is Data type? It defines what kind of data a variable can hold (Means size of variable, type of variable) Types of data type 1.
5 days ago
Let's cross-check String s equals new String(Durga). Object o equals Object(s). Does s == o? No new object, just a new reference ...
578 views
Does typecasting create a new object? The answer might surprise you. No new object is created internally. Only a new type of ...
247 views
What is Instance Variable (Non-Static) • A variable that is declared inside a class, but outside methods • It Belongs to the object of ...
8 views
8 days ago
7 views
4 days ago
In this YouTube Short, you'll finally understand the difference between == and .equals() in Java, especially for Strings. Many Java ...
337 views
1 month ago
Keywords: null in java, null pointer exception, java tutorial, java beginner, reference variable, java error explained, npe in java, ...
1,373 views
11 days ago
JavaScript Debugging Interview Question from Unlatched World. Level up your coding skills with quick, clear, and powerful ...
10 days ago
Creating an Integer object with 'new Integer(10)'. What is the type of the reference variable 'i'? Let's break down this Java concept ...
473 views
Java uses references which are similar to pointers but it cannot perform arithmetic operations that is we cannot move to previous ...
2 days ago