ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,796 results

Java
How can you get a substring from a String? Cracking the Java Coding Interview #java #javatips

Cracking the #Java #Coding #Interview - Question 315: How can you get a substring from a String? Watch all the questions here: ...

1:11
How can you get a substring from a String? Cracking the Java Coding Interview #java #javatips

13,852 views

1 month ago

vlogommentary
How to Replace a Substring in a String in Java

Learn how to replace a substring in a string using the `contains` and `replace` functions in Java effectively.

2:43
How to Replace a Substring in a String in Java

23 views

11 months ago

Greg Hogg
Sliding Window Algorithm Explained Clearly   Longest Substring Without Repeating Characters Leetcode

Sliding Window Algorithm Explained Clearly Longest Substring Without Repeating Characters Leetcode Crack big tech at ...

0:59
Sliding Window Algorithm Explained Clearly Longest Substring Without Repeating Characters Leetcode

59,208 views

4 months ago

Habbit2Code
Java | Methods | substring()

substring() in Java: 1️⃣ Purpose & Usage Extracts a part of a string. Defined in the String class (java.lang.String). 2️⃣ Methods ...

0:08
Java | Methods | substring()

12 views

11 months ago

Algo Ducky
LeetCode #5: Longest Palindromic Substring in Java | Brute Force vs Center Expansion O(n²)!

In this video, we crack open LeetCode #5: Longest Palindromic Substring using Java. First, we waddle through a brute force ...

3:54
LeetCode #5: Longest Palindromic Substring in Java | Brute Force vs Center Expansion O(n²)!

50 views

7 months ago

vlogize
How to Delete a Substring in Java Using substring Without Arrays

Learn how to efficiently delete a specific line from a multiline string in Java using substring methods, without relying on arrays.

2:01
How to Delete a Substring in Java Using substring Without Arrays

0 views

4 months ago

CodeWithAshu
Circular Substring Check in Java|Rotations Allowed! (Day 1/30) #Java #InterviewPrep #CodingInterview

Day 1/30 – Java String Series (1 question per day). Today we solve a classic interview problem: Does a given pattern exist inside ...

2:55
Circular Substring Check in Java|Rotations Allowed! (Day 1/30) #Java #InterviewPrep #CodingInterview

58 views

4 months ago

Wiingy AP Computer Science
Master #Java Substrings—But Can You Solve This? 🤔

Description: Confused about how the substring(1) method works in Java? Let's break it down and figure out the output of this code ...

0:18
Master #Java Substrings—But Can You Solve This? 🤔

1,863 views

11 months ago

NextGenSMIT
Java Program to Check if a Substring Exists#Java #Coding #Substring #Programming #InterviewQuestions

Ace your coding interviews with this quick Java question! In this short, we break down common programming problems that are ...

0:16
Java Program to Check if a Substring Exists#Java #Coding #Substring #Programming #InterviewQuestions

313 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

9 months ago

Peladu
Substring Extraction in 6 Languages | Programming Comparison #shorts

Extract substring in Python, JavaScript, Java, C#, PHP, and Go. String slicing operations. #programming #shorts.

0:19
Substring Extraction in 6 Languages | Programming Comparison #shorts

104 views

7 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

4 months ago

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

vlogize
How to Search for the /* Substring in a Java String

Learn how to find the `/*` substring within a Java string using different approaches to improve your string manipulation skills.

1:25
How to Search for the /* Substring in a Java String

0 views

11 months ago

BrightCode
Number of Occurences of a substring in a String
0:21
Number of Occurences of a substring in a String

873 views

4 months ago

LearnWithRehan
Java String Program ✂️ | How to Get Substring using substring() | Beginner Friendly#coding #shorts

Learn how to extract parts of a string in Java using the substring() method! In this beginner-friendly tutorial, we'll cover: ✓ How ...

0:31
Java String Program ✂️ | How to Get Substring using substring() | Beginner Friendly#coding #shorts

1,118 views

3 months ago

CodeWave
substring and length java string methods

Download 1M+ code from https://codegive.com/80d9fd4 certainly! in java, the `string` class provides several useful methods for ...

3:26
substring and length java string methods

3 views

11 months ago

vlogize
How to Replace a Substring in Java Without Using the replace Method

Learn how to replace a letter in a string with 'X' in Java without the `replace` method using loops and string manipulation ...

1:47
How to Replace a Substring in Java Without Using the replace Method

6 views

4 months ago

AYER VERSE
1910. Remove All the Occurrence of a Substring using java # leetcode #dailypracticequestions #coding
0:26
1910. Remove All the Occurrence of a Substring using java # leetcode #dailypracticequestions #coding

36 views

11 months ago

CoderMam / ICSE - Computer / Java - 9th & 10th std
Class 10 - Split & Print Words From a Sentence Using Sub-string Method

A Java program to split and print words from a sentence using sub-string method, for Class 10 students of ICSE Syllabus.

1:01
Class 10 - Split & Print Words From a Sentence Using Sub-string Method

159 views

5 months ago

vlogize
Mastering Substring in Java: Splitting File Paths with Ease

Learn how to effectively `substring` a string in Java, especially when dealing with file paths that are delimited. This guide breaks ...

1:37
Mastering Substring in Java: Splitting File Paths with Ease

1 view

8 months ago

Abhishek Verma
Day-99: Find all substrings of a given String in Java #shorts #java

In this short we will see how to Find all substrings of a given String in Java. Subscribe the channel for regular Java updates.

3:00
Day-99: Find all substrings of a given String in Java #shorts #java

2,364 views

9 months ago

Wiingy AP Computer Science
Java String Substring Challenge: What Does This Code Output? 🖥️

Description: Let's break down this Java string manipulation question! We are given the string "Georgia Tech" and a series of ...

0:37
Java String Substring Challenge: What Does This Code Output? 🖥️

1,772 views

9 months ago

Error Makes Clever
Master the Core of String Problems – 5 Challenges You Must Solve! #shorts #coding

Join our Live 4 Month Job-Ready BOOTCAMPS: Full Stack Development – Build web apps from scratch ...

0:26
Master the Core of String Problems – 5 Challenges You Must Solve! #shorts #coding

210,935 views

6 months ago

Kernel Queen 👑
Number of Substrings with Only 1s | Leetcode 1513 Java Hindi

Problem Link: https://leetcode.com/problems/number-of-substrings-with-only-1s Solution Link: https://github.com/kernelqueen ...

3:58
Number of Substrings with Only 1s | Leetcode 1513 Java Hindi

51 views

1 month ago