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
386 results
Oakleypaws #qna #minecraft In this video, I go over the reasons why I chose the worst version of Minecraft. AKA Bedrock, over ...
2,009 views
1 year ago
Encapsulation is the key to a good code design, but how to archive it? Java developers automatically think about putting getter ...
1,112 views
3 years ago
Java Tutorial: Getting Started Finally, we can start our first tutorial series about programming. Let's start by installing Temurin Java ...
96 views
2 years ago
In this video, I share the messy, honest journey of building my first game engine in Java — from over-engineered classes and ...
75 views
6 days ago
Java Tutorial: Scope of Code In this video we will take a look at Java Scope of Code. With examples, we will learn about what is a ...
21 views
Open a text file using the Java Scanner. Read and display the contents of the file either line by line or by individual fields on each ...
206 views
4 years ago
Java Tutorial: How to write Java docs Documenting your code is a necessary habit. When some time passes, you will forget what ...
48 views
Java Tutorial: Java Syntax When you create your first java project with sample code, you get few lines of code that can really help ...
34 views
Podcast about the content of the article at https://javax0.github.io/2025/07/10/why-abandon-30-year-project.html.
412 views
5 months ago
Java Tutorial: Using Date and Time Any powerful programming language will let you handle date and time. In java, you have three ...
35 views
Programming for Beginners: Namespaces and Packages Let's start diving into the world of Object-Oriented Programming.
27 views
Java Tutorial: Methods It's time to learn the first step toward object-oriented programming. Finally, we can learn about methods in ...
16 views
Java Tutorial: Switches in Java Switches in java is a really important concept to learn. When you have more than a few continuous ...
15 views
Java Tutorial: Continue, Break and Return Keywords There are three keywords that every programmer should get familiar with, ...
17 views
Java Tutorial: Method Overload In this video we will talk about overloading methods. Using method overload is a very powerful ...
Java Tutorial: Java Console Output using Println When a programmer types a piece of code, sometimes, it's necessary to have ...
Java Tutorial: Scanner User Input Normally, if you need a serious user input experience in any program, you should think about ...
25 views
Java Tutorial: Learning Java Variables It's time to learn Java syntax for variable definition. We will learn about literals, identifiers, ...
20 views
Java Tutorial: For Loop Until now, we learned how to use while loops. Normally, we use while loop when we are not sure how ...
11 views
Java Tutorial: While Loop When you are doing repetitive work in programming, there are different ways of getting rid of repetitive ...