ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,637 results

Just A Developer - Programmeiro
☕ The 10 Java classes you use every day (String, List, Map, Optional, Stream)

Java has thousands of classes. You use about ten of them every single day ☕ — and each one has a trap that bites everyone ...

12:01
☕ The 10 Java classes you use every day (String, List, Map, Optional, Stream)

311 views

5d ago

Live To Code
Data Structures for Interview Preparation | Singly Linked List Explained

Arrays are fast to read by index, but inserting into the middle can mean shifting every element after it. In this video, we build a ...

11:33
Data Structures for Interview Preparation | Singly Linked List Explained

19 views

1d ago

The Code Notebook
LeetCode Linked List Patterns in Java: 5 Interview Templates

Reverse a list, find the middle, detect a cycle. Five patterns cover nearly every linked list question you'll be asked — plus the ...

4:27
LeetCode Linked List Patterns in Java: 5 Interview Templates

17 views

6d ago

mNc Digital Arts
How Hash Map works?

Preparing to understand how Hashing and HashMap really work in Java? Explore this beginner-friendly tutorial on **Java ...

6:50
How Hash Map works?

4 views

2d ago

Live To Code
Data Structures for Interview Preparation | Circular Linked List Explained

What if a linked list never ran out of nodes? In this video, we build the circular linked list from a single change: instead of ending at ...

14:33
Data Structures for Interview Preparation | Circular Linked List Explained

3 views

12h ago

MaxCodes
Why k % n Fixes Rotate List | LeetCode #61 (Medium)

In Episode 13 of my LeetCode a Day series, I solve LeetCode #61: Rotate List in Java. I walk through how to turn the linked list ...

6:59
Why k % n Fixes Rotate List | LeetCode #61 (Medium)

16 views

2d ago

Mahesh Ahirwar
Reorder Linked List in Java | Middle + Reverse + Merge | LeetCode 143 | Mahesh DSA Sheet

In this video, we solve the Reorder List problem in Java using an optimized Linked List approach. The solution combines three ...

8:44
Reorder Linked List in Java | Middle + Reverse + Merge | LeetCode 143 | Mahesh DSA Sheet

159 views

6d ago

Kawsar Technologies
JAVA COMPLETE TUTORIAL 2026 | MODULE 1—BASIC JAVA | Explain Data Types with Examples (PART 6)

In this lesson, we will learn Java Data Types with practical examples. We will understand: What are Data Types? Why do we use ...

12:20
JAVA COMPLETE TUTORIAL 2026 | MODULE 1—BASIC JAVA | Explain Data Types with Examples (PART 6)

55 views

3d ago

Pankaj
Reorder List LeetCode | DSA in Java | Pankaj

we solve LeetCode 143: Reorder List step by step using Java. Learn the optimal approach with O(N) time complexity and O(1) ...

13:48
Reorder List LeetCode | DSA in Java | Pankaj

3 views

14h ago

Kawsar Technologies
JAVA COMPLETE TUTORIAL 2026 | MODULE 1—BASIC JAVA | Explain Variables with Examples (PART 7)

In this video, we continue our JAVA COMPLETE TUTORIAL 2026 series and learn about Variables in Java with simple and ...

10:50
JAVA COMPLETE TUTORIAL 2026 | MODULE 1—BASIC JAVA | Explain Variables with Examples (PART 7)

32 views

22h ago

Mahesh Ahirwar
Rotate Linked List in Java | Optimized Solution | LeetCode 61 | Mahesh DSA Sheet

In this video, we solve the Rotate List problem in Java using an optimized approach. We understand how to rotate a Linked List ...

8:43
Rotate Linked List in Java | Optimized Solution | LeetCode 61 | Mahesh DSA Sheet

65 views

5d ago

MaxCodes
I Finally Learned Sliding Window | LeetCode #3 (Medium)

Today I'm solving LeetCode #3: Longest Substring Without Repeating Characters. This was my first time learning the sliding ...

6:49
I Finally Learned Sliding Window | LeetCode #3 (Medium)

63 views

6d ago

CodeWithBK
Data Types in Java | Java Tutorial for Beginners | Java 101 [2-2]

In this video, we learn about data types in Java and understand how Java uses different types of values in a program.

11:39
Data Types in Java | Java Tutorial for Beginners | Java 101 [2-2]

39 views

3d ago

CodeWithMotwani
Java 8 Stream API: Group Customers by City & Find Highest Spender 🔥 | Coding Interview

Group Customers by City and Find the Highest Spender Using Java 8 Stream API** In this video, we solve a practical **Java 8 ...

4:03
Java 8 Stream API: Group Customers by City & Find Highest Spender 🔥 | Coding Interview

6 views

5d ago

Mahesh Ahirwar
Split Linked List Into Parts in Java | Optimized Solution | LeetCode 725 | Mahesh DSA Sheet

In this video, we solve the Split Linked List in Parts problem in Java. We'll understand the problem step by step and then ...

11:01
Split Linked List Into Parts in Java | Optimized Solution | LeetCode 725 | Mahesh DSA Sheet

37 views

3d ago

iOJAS
Stop Counting Linked List Nodes! 🛑 (LeetCode 876)

Practice LeetCode 876 Here: https://leetcode.com/problems/middle-of-the-linked-list/ THE PROBLEM & THE TRAP: Find the ...

5:00
Stop Counting Linked List Nodes! 🛑 (LeetCode 876)

1 view

16h ago

Live To Code
Data Structures for Interview Preparation | Doubly Linked List Explained

A singly linked list can only walk forward: standing at a node, there is no way back. In this video, we fix that with the doubly linked ...

9:54
Data Structures for Interview Preparation | Doubly Linked List Explained

2 views

18h ago

Mahesh Ahirwar
Copy List With Random Pointer in Java | Optimized Solution | LeetCode 138 | Mahesh DSA Sheet

In this video, we solve the Copy List With Random Pointer problem in Java. This is an interesting Linked List problem because ...

13:26
Copy List With Random Pointer in Java | Optimized Solution | LeetCode 138 | Mahesh DSA Sheet

13 views

1d ago

Kawsar Technologies
JAVA COMPLETE TUTORIAL 2026 | MODULE 1—BASIC JAVA | Explain JDK, JRE & JVM in a simple way (PART 5)

In this video, we will learn JDK, JRE, and JVM in a very simple and beginner-friendly way. Understanding JDK, JRE, and JVM is ...

4:01
JAVA COMPLETE TUTORIAL 2026 | MODULE 1—BASIC JAVA | Explain JDK, JRE & JVM in a simple way (PART 5)

83 views

4d ago

The Technology Teacher
AP Computer Science A – Lesson 18: Method Overloading in Java | Java Methods

AP Computer Science A – Java Full Course ▶️ Full AP CSA Playlist: https://www.youtube.com/playlist?list=PLKHcrcbhEPZs ...

15:52
AP Computer Science A – Lesson 18: Method Overloading in Java | Java Methods

20 views

4d ago