ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

57 results

개발자방16
What Java Gains by Eliminating Pointers (Speed ​​and Safety, or Both?)

Java intentionally eliminated user-level pointers during its design phase, a feature that distinguishes it from C/C++, where ...

5:51
What Java Gains by Eliminating Pointers (Speed ​​and Safety, or Both?)

7,447 views

3 days ago

Chandan Coding & Learning
Palindrome String Check Using Two Pointer Technique (i & j) | Java

In this video, I explain how to check whether a string is a palindrome using the Two Pointer technique in Java. We use two ...

11:27
Palindrome String Check Using Two Pointer Technique (i & j) | Java

4 views

1 day ago

Flash x Stream
Master the Two-Pointer Technique - Solve 15 Must-Know Problems in One Shot! | Coding Interview Guide

Struggling with array and string problems in coding interviews? The Two-Pointer Technique is one of the most powerful and ...

3:05:57
Master the Two-Pointer Technique - Solve 15 Must-Know Problems in One Shot! | Coding Interview Guide

0 views

6 days ago

Lollipop
LeetCode 3Sum Closest | Java Solution

In this video, I solve the LeetCode 3Sum Closest problem using Java. The solution uses sorting and the two-pointer technique to ...

4:43
LeetCode 3Sum Closest | Java Solution

1 view

6 days ago

realNameHidden
Scenario Based java interview question | NPE in Stream Processing

Your stream pipeline fails with NullPointerException when processing a list containing null values. How do you handle this ...

8:38
Scenario Based java interview question | NPE in Stream Processing

0 views

7 days ago

The Engineers' Pitstop
Stack vs Heap vs Everything Else - Full Memory Deep Dive

Memory management is one of the most misunderstood topics in software engineering. In this video, I explain how memory ...

12:24
Stack vs Heap vs Everything Else - Full Memory Deep Dive

317 views

6 days ago

CodingWithTamil
Doubly Linked List | Insertion at the End | Data Structures in Java

In this video, we explain how to insert a node at the end of a Doubly Linked List step by step. You'll understand the node structure, ...

14:23
Doubly Linked List | Insertion at the End | Data Structures in Java

34 views

5 days ago

Software and Testing Training
Java Test Automation for SDETs and QA — Patterns, Frameworks & Fast Feedback

Learn practical, interview-ready Java techniques for reliable automation in CI/CD. This short 6-minute guide covers why Java ...

6:11
Java Test Automation for SDETs and QA — Patterns, Frameworks & Fast Feedback

91 views

7 days ago

ExpertFunda
LeetCode 2110 Explained | Number of Smooth Descent Periods of a Stock | Java Sliding Window

Learn LeetCode 2110 with a simple explanation, pointer walkthrough, and optimized Java solution. Understand smooth descent ...

21:11
LeetCode 2110 Explained | Number of Smooth Descent Periods of a Stock | Java Sliding Window

16 views

7 days ago

CodingWithTamil
Linked List Deletion at the Beginning | Data Structures Explained

In this video, we explain how to delete the first node of a linked list in a simple and structured way. Learn how the head pointer is ...

8:07
Linked List Deletion at the Beginning | Data Structures Explained

24 views

6 days ago

CodingWithTamil
Doubly Linked List | Insertion at the Beginning | Data Structures in Java

In this video, we explain how to insert a node at the beginning of a Doubly Linked List in a simple and structured way. You'll learn ...

9:52
Doubly Linked List | Insertion at the Beginning | Data Structures in Java

31 views

5 days ago

Learning with Visualization
Daily LeetCode Solution : Smooth Descent Periods of a Stock (Java) || O(N) time and O(1) space.

In this video, I explain how to solve LeetCode 2110: Number of Smooth Descent Periods of a Stock using an optimized Sliding ...

17:41
Daily LeetCode Solution : Smooth Descent Periods of a Stock (Java) || O(N) time and O(1) space.

20 views

7 days ago

CodingWithTamil
Doubly Linked List | Deletion at the Beginning | Data Structures in Java

In this video, we explain how to delete the first node of a Doubly Linked List step by step. You'll learn how to correctly update the ...

8:32
Doubly Linked List | Deletion at the Beginning | Data Structures in Java

26 views

5 days ago

CodingWithTamil
Linked List Traversal | Data Structures Explained

In this video, we explain how to traverse a linked list step by step to access and display all elements. Learn how pointers move ...

3:37
Linked List Traversal | Data Structures Explained

26 views

6 days ago

Dev Om
Binary Search in Java :The Fastest O(n) Algorithm Explained

BINARY SEARCH IN JAVA (DSA Tutorial): Ready to level up your Data Structures and Algorithms game? This video breaks down ...

5:56
Binary Search in Java :The Fastest O(n) Algorithm Explained

12 views

7 days ago

ACCU Conference
Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short Talks

ACCU Membership: https://tinyurl.com/ydnfkcyn --- Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short ...

5:47
Arithmetic in C++ Using Counting Pointers - Peter Hrenka - ACCU 2025 Short Talks

362 views

1 day ago

How Dev You
C Does OOP Better: Abstract Data Type - Chapter 01

Object Oriented Programming (Source Code): https://github.com/sosumit001/OOP_IN_C OOP in C by implementing real Abstract ...

15:11
C Does OOP Better: Abstract Data Type - Chapter 01

264 views

1 day ago

poornima devi
Features of java|OOPS|SNS Institutions

Java is a versatile and powerful programming language known for several key features. It is object-oriented, which means it ...

5:21
Features of java|OOPS|SNS Institutions

0 views

6 days ago

Lollipop
LeetCode 3Sum | Java Solution

In this video, I solve the LeetCode 3Sum problem using Java. The goal is to find all unique triplets in an array whose sum is zero.

5:14
LeetCode 3Sum | Java Solution

1 view

6 days ago

CodingWithTamil
Doubly Linked List | Deletion at the End | Data Structures in Java

In this video, we explain how to delete the last node of a Doubly Linked List step by step. You'll learn how to safely update the ...

10:19
Doubly Linked List | Deletion at the End | Data Structures in Java

30 views

5 days ago