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
121 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
Arrays are reference variables, which means simple assignment doesn't make a copy of the values.
754 views
How to find more recent publications that cite an older article.
60 views
This video shows the building blocks you use for every Java program you'll write in this course. One additional note: The program ...
1,167 views
Here are the most common methods in Java's Math class.
538 views
How to get something better than the name of a class and its memory reference when you print an object reference.
101 views
2 years 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 ...
181 views
4 years ago
CurvSurf FindSurface is extracting and measuring object geometries from Google ARCore PointCloud.
743 views
2 months ago
A Java Community song. I wrote the lyrics under the impression of JavaOne 2011 conference, talking about Java Comunity, open ...
9,956 views
13 years ago
Using the try-with-resources construct will allow Java to close files for you automatically so you don't have to do it explicitly.
173 views
Purdue's AP Computer Science A on edX.
73 views
9 years ago
Find out the limits of using casting when working with polymorphism.
167 views
What's going on behind the scenes when you call a method in Java? Note: in this video, the call stack grows upwards, like a stack ...
615 views
JEP 402 proposes to unify primitives like `int` with objects by modeling primitive values as instances of primitive classes ...
1,457 views
CurvSurf FindSurface is extracting and measuring object geometries from Google ARCore ArPointCloud. The distance range of ...
260 views
In Java, you can have a two-dimensional array where each row has a different number of elements. This is called a ragged array.
2,982 views
This short video will walk the viewer through the computer programming concepts of Parameters and Arguments.
35,555 views
How to pass arrays to methods and return arrays as results.
296 views
tally Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
49 views
8 months ago
Longest valid parentheses Complexity: - Time: O(2N) - Space: O(1) Problem statement: ...
252 views