ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,961 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

4 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

59 views

5 months ago

GeeksforGeeks
DSA In Java | Strings | Java in One Shot | Strings in Java

Tayyari Batch Link - https://www.geeksforgeeks.org/courses/placement-prep-programming-data-structures-algorithm Class Notes ...

4:08:17
DSA In Java | Strings | Java in One Shot | Strings in Java

53,845 views

5 months ago

Byte-Sized Computer Science
Essential Java String Operations: substring and compareTo

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

2:07
Essential Java String Operations: substring and compareTo

13 views

4 months ago

vlogize
How to Find and Print a String Using a Substring in Java

Learn how to easily find and print a string from a list based on a substring match in Java programming. --- This video is based on ...

2:09
How to Find and Print a String Using a Substring in Java

0 views

10 months ago

ConquerTheFear
Master Java String Matching: Count Substrings the Right Way! Real Coding Interview Questions

In this video, you'll learn how to count occurrences of a substring within a string in Java using three different approaches: a ...

6:33
Master Java String Matching: Count Substrings the Right Way! Real Coding Interview Questions

206 views

9 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

235 views

3 months ago

Smart Programming
Longest Substring Without Repeating Characters (LeetCode 3) | 🔥 DSA Java Placement Course

In this video, we will solve one of the most popular string problems asked in coding interviews — Longest Substring Without ...

21:05
Longest Substring Without Repeating Characters (LeetCode 3) | 🔥 DSA Java Placement Course

2,287 views

2 months ago

Code for Tech Solutions
Java String MASTERCLASS 🚀 | Learn All String Methods with Real Examples (2025)

Ready to MASTER Java Strings in 2025? In this ultimate String Masterclass, we break down everything you need to know about ...

13:03
Java String MASTERCLASS 🚀 | Learn All String Methods with Real Examples (2025)

152 views

6 months ago

Kitajima
LeetCode 1234: Replace the Substring for Balanced String

In this video I will be solving LeetCode problem 1234: Replace the Substring for Balanced String. I will be using the sliding ...

18:26
LeetCode 1234: Replace the Substring for Balanced String

294 views

11 months ago

vlogize
How to Remove Unwanted Characters from a String in Java Using Substring

A comprehensive guide on how to manipulate strings in Java. Learn how to remove unwanted parts from strings retrieved from a ...

1:30
How to Remove Unwanted Characters from a String in Java Using Substring

0 views

5 months ago

vlogize
How to Print a Substring Between Quotes in a String in Java

Learn how to extract and print a substring located between quotes in a Java string. Quick tips and code examples included!

1:36
How to Print a Substring Between Quotes in a String in Java

0 views

4 months 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

12 views

5 months ago

SDET Akash Khanna
Java Program To Find Total Substring Of Given String

Java Program To Find Total Substring Of Given String | Java Coding Tutorial Description: Learn how to find all possible substrings ...

8:09
Java Program To Find Total Substring Of Given String

43 views

4 months ago

vlogize
How to Create a Substring of Three Characters from a String in Java

Learn how to generate substrings of three characters from a string in Java using the modulo operation for a complete solution.

2:19
How to Create a Substring of Three Characters from a String in Java

0 views

10 months ago

Lauren Himbeault
[4.1] Java Strings: substring, indexOf, equals, compareTo & Immutability

In this video, we explore the core string operations in Java, the foundation of text manipulation! You'll learn how to: - Use ...

21:11
[4.1] Java Strings: substring, indexOf, equals, compareTo & Immutability

22 views

3 months ago

Developer Coder
Remove All Occurrences of a Substring | LeetCode 1910 | Java Code | Developer Coder

Welcome to Developer Coder! In this video, we will tackle the LeetCode 1910: Remove All Occurrences of a Substring using Java.

10:28
Remove All Occurrences of a Substring | LeetCode 1910 | Java Code | Developer Coder

262 views

1 year ago

AJ AUTOMATION
Top String Class Methods in Java with Examples | charAt, indexOf, substring, split, strip, equals

In this video, we will explore some of the most commonly used utility methods from the String class in Java. These methods are ...

27:23
Top String Class Methods in Java with Examples | charAt, indexOf, substring, split, strip, equals

83 views

8 months ago

TechieShare
Java Strings Tutorial: Master Substrings, Concatenation, Methods, & More!

Unlock the secrets of Strings in Java with this step-by-step tutorial for beginners and intermediates! In this comprehensive video, ...

12:56
Java Strings Tutorial: Master Substrings, Concatenation, Methods, & More!

12 views

6 months ago

Hamim Nasim
How to Check if a String Contains a Substring in Java
17:25
How to Check if a String Contains a Substring in Java

45 views

5 months ago