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
5,755 results
Ever needed to find the exact position of an element in a Java List? That's exactly what the indexOf() method does and in this ...
10 views
3 weeks ago
Whether you're dealing with duplicate elements, tracking the most recent entry, or building search functionality, lastIndexOf() is an ...
13 views
JDK 27 entered Ramp-Down-Phase 1 in early June, so we can go over its features. Valhalla's first JDK Enhancement Proposal ...
5,145 views
12 hours ago
Linked List 01 in Java | Introduction, Node Creation & Traversal | DSA for Beginners Welcome to the first video of the Linked List ...
4 views
Learn how to create and initialize prefilled lists in Java with practical coding examples. Master this essential interview question ...
1 view
10 days ago
Learn ArrayList in Java from Scratch! In this video, I explain ArrayList in Java in the easiest way possible for beginners. If you're ...
20 views
How to solve the Merge Two Sorted Lists problem on Leetcode. Blog write-up with copy-pastable code: ...
5 views
4 weeks ago
If you like what I do please leave a like and subscribe. #java #javaprogramming #programming.
Your Java code can compile, pass tests, and still fail the senior-engineer check: complexity, data structures, and worst cases.
457 views
11 days ago
In this video, you'll learn how to insert a new node at the end of a Doubly Circular Linked List using Java with a complete ...
18 views
2 weeks ago
In this video, we solve the "Reverse a Linked List" problem from GeeksforGeeks using Java. Problem Level: Easy Topic: ...
3 views
In this video, I explain LeetCode Problem 21 (Merge Two Sorted Lists) using Java with an easy step-by-step approach. What ...
23 views
Confused between Array and ArrayList in Java? In this video, you'll learn the difference between Array and ArrayList with simple ...
7 views
Java Basics in 8 Minutes: Data Types, Strings & Collections In this lesson, we connect the most important Java basics: primitive vs ...
93 views
9 days ago
Part 3 of the Java Collections Interview series covers the most comparison-heavy topic interviewers love: HashMap vs TreeMap vs ...
6 views
9 views
In this video, you'll learn what Big O means, why developers use it to measure efficiency, and how O(1), O(log n), O(n), and O(n²) ...
Confused between Comparable and Comparator in Java? In this video, I'll explain the difference between Comparable and ...
38 views
LeetCode 148: Sort List | Java | 2 Approaches Explained In this video, I solve LeetCode Problem 148(Sort List) using two different ...
39 views