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
1,067 results
What if you had to build 10 different types of employees... Developer. Manager. Accountant. HR. Director. And every class needed ...
2 views
6 days ago
Is Java worth learning in 2026? Are Java jobs still in demand, or is AI replacing Java developers? If you're wondering Should IÂ ...
22,283 views
In this video, you'll learn how to use the concat() method of the String class in Java to combine multiple strings into a single string.
15 views
6 hours ago
In this video, you'll learn about the valueOf() pre-defined method of the String class in Java. The String.valueOf() method is ...
10 views
2 hours ago
In this video, you will learn how to use the split() pre-defined method of the String class in Java. The split() method is widely used ...
24 views
22 hours ago
In this video, you'll learn about the trim() method of the String class in Java. The trim() method is used to remove leading and ...
28 views
1 day ago
In this video, you'll learn how to use the replaceAll() pre-defined method of the String class in Java. We will understand the ...
30 views
A Java thread moves through exactly six states, and there are exactly two ways to create one. In this video you'll see both ways ...
11 views
2 days ago
You made the class final. You made every field private final. You deleted every setter. Your Java class is STILL mutable â and in ...
17 views
In this video, you'll learn how to use the replace() method of the String class in Java. This method is commonly used to replace ...
38 views
In this video, you'll learn how to use the indexOf() and lastIndexOf() methods of the Java String class to find the position of ...
20 views
In this video, you'll learn about the equalsIgnoreCase() method of the Java String class and how it differs from the equals() method ...
98 views
3 days ago
In this video, you'll learn how to use the charAt(index) predefined method of the Java String class. This method is commonly used ...
29 views
4 days ago
In this video, we will learn about the most important pre-defined methods of the String class in Java that are frequently used in ...
In this video, you'll learn how the equals() method of the Java String class works and why it is the correct way to compare String ...
Master your very first line of Java code! â In this ultra-fast beginner tutorial, we break down how to set up, write, and run a classic ...
7 views
Your classes create their own dependencies with new, and the moment you want to swap one implementation for another you ...
18 hours ago
In this video, you'll learn how to use the substring() method of the String class in Java. This is one of the most frequently used ...
35 views
Welcome to the OOPs Using Java playlist! In this first video, we'll start learning Object-Oriented Programming (OOPs) in Java ...
1 view
Learn the fundamentals of Inheritance in Java in Part 1 of this OOP series! â In this video, we introduce inheritance, explore ...
21 views