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
363 results
Oakleypaws #qna #minecraft In this video, I go over the reasons why I chose the worst version of Minecraft. AKA Bedrock, over ...
2,025 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: 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
Java Tutorial: Getting Started Finally, we can start our first tutorial series about programming. Let's start by installing Temurin Java ...
98 views
2 years ago
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 ...
51 views
Podcast about the content of the article at https://javax0.github.io/2025/07/10/why-abandon-30-year-project.html.
413 views
6 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
00:00 Preface 03:38 Inheritance: what the type is 09:49 Composition: what the type can do 14:07 Mocking frameworks 16:32 ...
451 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
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
Learn when to use -- and not to use -- exceptions.
170 views
5 years ago
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: Method Overload In this video we will talk about overloading methods. Using method overload is a very powerful ...
Java Tutorial: Continue, Break and Return Keywords There are three keywords that every programmer should get familiar with, ...
17 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: Object Attribute One of the main concepts of Object-Oriented programming, is to use different object types as ...
37 views