ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

428 results

The Code Bit
Comparing System.out.println() and String.substring() in Java

Comparing System.out.println() and String.substring() in Java.

2:54
Comparing System.out.println() and String.substring() in Java

5 views

10 months ago

Techie Dot Com
How to Print Substring in Java 2025?

Learn how to print a substring of a string in Java! This tutorial shows you how to extract parts of a string using built-in methods and ...

1:08
How to Print Substring in Java 2025?

4 views

10 months ago

LearnJava
Java Strings 101: charAt() Method Explained with Easy Examples

Ready to unlock the secrets of string manipulation in Java? In this episode of Java Strings 101, we dive into the powerful charAt() ...

0:57
Java Strings 101: charAt() Method Explained with Easy Examples

54 views

1 month ago

LearnJava
Java Strings 101: Searching Your Strings with indexOf()

Want to find out where a character or substring appears in your Java strings? In this Java Strings 101 video, we explore the ...

1:37
Java Strings 101: Searching Your Strings with indexOf()

42 views

1 month ago

Sleepy Cracker
#LeetCode 3083 | Existence of a Substring in a String and Its Reverse #Java

Questions in English: ...

2:49
#LeetCode 3083 | Existence of a Substring in a String and Its Reverse #Java

17 views

10 months ago

Learn to Code with CodeChef
Java String Methods Explained: length(), charAt(), substring() | Master Text Manipulation in Java

Ever wanted to count how many letters are in a word, grab one specific letter, or slice out part of a sentence in Java? ✂️ You can ...

2:06
Java String Methods Explained: length(), charAt(), substring() | Master Text Manipulation in Java

544 views

9 months ago

LearnJava
Java Strings 101: How to Extract Parts of Strings with substring()

Want to learn how to extract specific parts of a string in Java? In this Java Strings 101 video, we dive into the powerful substring() ...

1:46
Java Strings 101: How to Extract Parts of Strings with substring()

26 views

1 month ago

Byte-Sized Computer Science
substring and compareTo (Explained in 2 minutes)

Continue your String deep dive! We cover substring (returning a subsection using inclusive start and exclusive end indices) and ...

2:07
substring and compareTo (Explained in 2 minutes)

49 views

9 months ago

The Coding Kida
🧠 Count Conjugate Substrings | Java Coding Challenge Explained! 🔤✅

In this video, we solve a Java coding challenge involving string permutations and valid conjugate substrings. It's a great problem ...

3:13
🧠 Count Conjugate Substrings | Java Coding Challenge Explained! 🔤✅

26 views

11 months ago

Can Boz
#69 Java String contains() Method – Check if a String Has a Substring

In this tutorial, you'll learn how to use the contains() method in Java to check if a string contains a specific sequence of characters.

3:12
#69 Java String contains() Method – Check if a String Has a Substring

104 views

11 months ago

LearnJava
Java Strings 101: Indexing and the Length Method Explained!

Want to get more out of your Java strings? In this video, we dive into two essential skills every Java programmer needs: ...

1:10
Java Strings 101: Indexing and the Length Method Explained!

59 views

1 month ago

Eslihai_coding
Don’t Check Every Substring 😱 | LeetCode 1358 Java

LeetCode 1358 Java Solution This problem looks like we need to generate every substring And that's exactly where most ...

0:31
Don’t Check Every Substring 😱 | LeetCode 1358 Java

13 views

2 weeks ago

JameSparKing
LeetCode 1876: Substrings of Size Three with Distinct Characters Made Easy For Complete Beginners

LeetCode 1876: Substrings of Size Three with Distinct Characters – Python Tutorial In this beginner-friendly tutorial, we break ...

2:20
LeetCode 1876: Substrings of Size Three with Distinct Characters Made Easy For Complete Beginners

334 views

10 months ago

Orkhan Gasanov
LeetCode - 1668. Maximum Repeating Substring | String | Java

00:00 - Step-by-Step Explanation Java Code - https://leetcode.com/problems/maximum-repeating-substring/description/ leetcode ...

2:11
LeetCode - 1668. Maximum Repeating Substring | String | Java

82 views

7 months ago

Romi Learns
Longest Substring Without Repeating Characters | Best Sliding Window Approach (Java)

Just sharing my personal walkthrough of solving LeetCode 3. I made a simple sliding window animation and a short Java code ...

3:09
Longest Substring Without Repeating Characters | Best Sliding Window Approach (Java)

4 views

8 months ago

Database Dive
MySQL Substring Functions Explained: Everything You Need to Know

Today, we're diving into one of the coolest functions in SQL: the SQL SUBSTRING function and SUBSTRING_INDEX in MySQL.

2:53
MySQL Substring Functions Explained: Everything You Need to Know

176 views

11 months ago

MarcoTech
05 - Estructuras de Datos en Java: Strings, método substring()

Mini curso de estructura de datos en Java.

2:28
05 - Estructuras de Datos en Java: Strings, método substring()

5 views

9 months ago

Can Boz
#71 Java String substring() with Start Index – Extract from Position

In this tutorial, you'll learn how to use the substring(startIndex) method in Java to extract a string starting from a specific position to ...

1:12
#71 Java String substring() with Start Index – Extract from Position

15 views

11 months ago

zhang sbin
2024 AP CSA MCQ Question 36 - String Substring Loop Tracing

Detailed step-by-step solution for the 2024 AP Computer Science A MCQ Question 36 focusing on String Substring Loop Tracing.

1:05
2024 AP CSA MCQ Question 36 - String Substring Loop Tracing

1 view

1 month ago

Can Boz
#70 Java String substring() Method – Extract Parts of a String

In this tutorial, you'll learn how to use the substring() method in Java to extract a specific part of a string. We'll cover both ...

2:26
#70 Java String substring() Method – Extract Parts of a String

13 views

11 months ago