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
298 results
Primitives (int, double, etc.) have values stored in their memory locations. Objects have references to the memory where the data ...
1,727 views
6 years ago
Software Engineering: What is the size of a reference variable in java. Can it be calculated? Helpful? Please support me on ...
4 views
3 years ago
JAVA8 #JAVA8INTERVIEW #JAVA8INTERVIEWLAMBDA #JAVA8EFFECTIVEFINAL Click here ...
3,535 views
4 years ago
Demo of how to write and call a static function in Java. Questions: 1) Where should you place additional functions (with respect to ...
9,563 views
12 years ago
Arrays are reference variables, which means simple assignment doesn't make a copy of the values.
741 views
Java 8 Method references called on a local variable Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...
8 views
Metaphor of passing by reference vs. passing by value in C++ using hamsters in a habitrail as example.
1,251 views
13 years ago
Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. Java 8 ...
688 views
5 years ago
In this video, we dive into the intricacies of the 'this' keyword in Java, a fundamental concept that every programmer should master ...
1 view
8 months ago
In this video, we delve into the intricacies of lambda expressions in Java, focusing on memory assignment and the nuances of ...
2 views
2 months ago
In Kotlin, methods receive a reference to the objects that they are passed, allowing them to make changes that are visible to the ...
1,870 views
shorts JavaDoc is a powerful documentation ally to increase your code quality. It is time to increase code documentation with Java ...
1,377 views
2 years ago
Want to learn Java but not sure where to start with data types? In this video, we'll answer the key question: What are the data types ...
11 views
1 year ago
When you pass an object to a method, you are passing a copy of the *reference* to that object. That lets you update an object's ...
1,013 views
Why rvalue reference template variable is able to bind to lvalue I hope you found a solution that worked for you :) The Content ...
Shows the difference between passing a string by value and by reference to a function in C++.
2,418 views
About CampusX: CampusX is an online mentorship program for engineering students. We offer a 6-month long mentorship to ...
1,061 views
"From Basics to Mastery: Java Variable Fundamentals" Covering the fundamentals from basics to mastery, this video is your ...
28 views
Metaphor of passing by reference vs. passing by value in C++ (as well as marking const) using hamsters in a habitrail as example.
777 views
Let's review how to copy a reference in Kotlin.
716 views