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
303 results
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
Creating your first class and instantiating objects from it in Java.
96 views
8 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,811 views
6 years ago
control statements in Ruby * Syntax and usage of * if statement * else statement * elsif statement * case statement * Example ...
1,274 views
11 years ago
https://learningwithai.rougeneuron.in Deep Dive: Apache Lucene - The Secret Behind Fast Searches! Disclaimer: The audio ...
909 views
10 months ago
A brief description of what the Java compiler is on about.
949 views
In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...
387 views
4 years ago
Here are the most common methods in Java's Math class.
435 views
The do/while loop is guaranteed to execute the loop body at least once.
298 views
Handling a two-dimensional arrays that represent a matrix of rows and columns.
388 views
Find out the limits of using casting when working with polymorphism.
276 views
5 years ago
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
Calculating days until the user's next birthday.
636 views
Introduction to loops, with the *while* loop, which continues as long as a condition is true.
361 views
Learn when to use System.out.print() and when to use System.out.println().
2,133 views
As has become tradition, it's time for another new year's Q&A! In the span of three hours, we got through 45 questions covering ...
13,670 views
4 days ago
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
Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...
92,757 views
7 months ago
A whistle-stop tour of how computers work, from how silicon is used to make computer chips, perform arithmetic to how programs ...
1,924,329 views
Constructing an object with attributes and methods; conversion to string with __str__, learning about “self”.
248 views
7 years ago