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
177 results
Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...
2,736 views
3 years ago
Creating your first class and instantiating objects from it in Java.
96 views
8 years ago
A whistle-stop tour of how computers work, from how silicon is used to make computer chips, perform arithmetic to how programs ...
1,915,093 views
4 years ago
Learn when to use System.out.print() and when to use System.out.println().
2,127 views
5 years ago
In this session, I'm going to give you a few reminders on control structures in Java. The aim of a programming language is to ...
1,300 views
9 years ago
What's the “correct“ way to indent? Where should you put braces in your code? All of this is part of a Java programming style ...
1,801 views
6 years ago
Calculating days until the user's next birthday.
636 views
A brief description of what the Java compiler is on about.
940 views
These videos were made for DiscoverE's second MOOC, Intro to App Design, which was released in October 2015. This is a free ...
98 views
10 years ago
A while loop lets your programs repeatedly ask for user input until they enter a “sentinel value” to tell you they have finished.
206 views
Describes nested decision structures and the use of compound boolean statements. Multiple approaches to solving a sales ...
744 views
Here are two approaches to solving the problem. (I'm not entirely happy with this video; the script just didn't seem to “click” for me, ...
420 views
... and Data Types 00:03:38 Operators and Expressions 00:04:40 Control Structures 00:05:31 Functions and Procedures 00:06:25 ...
94 views
1 year ago
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
1,089 views
The do/while loop is guaranteed to execute the loop body at least once.
298 views
Find out the limits of using casting when working with polymorphism.
276 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,981 views
Java Sinhala Tutorial Java for Beginners step by step in Sinhala | Java Sinhala | Complete Java Full Course in 8 Hours java ...
35,243 views
Here are the most common methods in Java's Math class.
430 views
Handling a two-dimensional arrays that represent a matrix of rows and columns.
388 views
Java does not have a working translator in itself. Java, if you're listening, I would really like a way to just convert JSON into a map.
33,089 views
How is Java similar to and different from natural languages? What are the main data types we'll work with? What's a literal?
1,316 views
11 years ago
Introduction to loops, with the *while* loop, which continues as long as a condition is true.
361 views
3,588 views
Key notions to remember: *spread operator* *control structures* *copy arrays* *concatenate arrays* #javascriptinterview, ...
525 views