ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

164,885 results

Related queries

charat java

java substring comparisons hackerrank

indexof java

leetcode 424

substring in javascript

java substring hackerrank solution

Bill Barnum
substring And length (Java String Methods)

Learn to use the substring() and length() methods that are part of the Java String class. ➡️ My Amazon Affiliate Link: ...

5:24
substring And length (Java String Methods)

45,424 views

3 years ago

Bro Code
Java substrings are easy! 📧

java #javatutorial #javacourse This is a beginner's introduction to substrings and we'll use it to code an email slicer that extracts a ...

8:05
Java substrings are easy! 📧

20,336 views

1 year ago

Appficial
Java String Access Methods - length charAt substring indexOf - Java Programming Tutorial - Appficial

These are String methods that are useful for accessing information about Strings charAt (index) - the character at the specified ...

4:44
Java String Access Methods - length charAt substring indexOf - Java Programming Tutorial - Appficial

19,423 views

8 years ago

Coding with John
LeetCode Exercise In Java - Longest Substring Without Repeating Characters - FAST Solution

Full tutorial for solving the LeetCode longest substring without repeating characters problem in Java! Thanks to Mailgun for ...

38:17
LeetCode Exercise In Java - Longest Substring Without Repeating Characters - FAST Solution

112,462 views

3 years ago

Dan Bunker
Java String Substring

Learn how to use the substring method found on the Java String class. Understanding string indexes and how they work with ...

5:10
Java String Substring

466 views

8 years ago

Erb Computer Science
Substring Method in Java

In this video we go over how the substring method in Java works so you can understand that and add another tool to your ...

8:43
Substring Method in Java

86 views

3 years ago

Career & Tech HQ
How to print a substring of a given String using Java substring() method

How To Print The Substring Of A Given String Based On The Specified Indexes You Will Pass As Parameters using Java ...

7:40
How to print a substring of a given String using Java substring() method

1,066 views

5 years ago

Nick White
LeetCode Longest Substring Without Repeating Characters Solution Explained - Java

The Best Place To Learn Anything Coding Related - https://bit.ly/3MFZLIZ Preparing For Your Coding Interviews? Use These ...

8:40
LeetCode Longest Substring Without Repeating Characters Solution Explained - Java

214,763 views

6 years ago

People also watched

Bro Code
Java Full Course for free ☕ (2025)

java #javatutorial #javacourse Java tutorial for beginners full course 2025 *My original Java 12 Hour course* ...

12:00:00
Java Full Course for free ☕ (2025)

2,806,788 views

11 months ago

Bro Code
Learn Java arrays in 9 minutes! 🍎

java #javatutorial #javacourse import java.util.Arrays; public class Main { public static void main(String[] args){ // array = a ...

9:09
Learn Java arrays in 9 minutes! 🍎

59,477 views

1 year ago

Nick White
LeetCode Longest Repeating Character Replacement Solution Explained - Java

The Best Place To Learn Anything Coding Related - https://bit.ly/3MFZLIZ Preparing For Your Coding Interviews? Use These ...

11:43
LeetCode Longest Repeating Character Replacement Solution Explained - Java

75,790 views

6 years ago

Nick White
LeetCode 5.  Longest Palindromic Substring (Algorithm Explained)

The Best Place To Learn Anything Coding Related - https://bit.ly/3MFZLIZ Preparing For Your Coding Interviews? Use These ...

14:40
LeetCode 5. Longest Palindromic Substring (Algorithm Explained)

401,128 views

6 years ago

Java Techie
Java 8 Streams | map () & flatMap() Example | JavaTechie

This tutorial will guide you How & when to use map() and faltMap() method in java8 stream #javatechie #java8 #Stream GitHub: ...

15:37
Java 8 Streams | map () & flatMap() Example | JavaTechie

243,684 views

4 years ago

Tushar Roy - Coding Made Simple
Longest Palindromic Substring Manacher's Algorithm

Given a string, find longest palindromic substring in this string in linear time.

16:46
Longest Palindromic Substring Manacher's Algorithm

390,369 views

10 years ago

Java Brains
Longest palindrome substring - LeetCode Interview Coding Challenge [Java Brains]

Have you seen the new Java Brains? Check out www.javabrains.io now for awesome courses and content! Interview Question: ...

20:57
Longest palindrome substring - LeetCode Interview Coding Challenge [Java Brains]

124,042 views

5 years ago

Coding with John
Coding LeetCode Solution LIVE Stream - Median of Two Sorted Arrays

Let's code a LeetCode solution, LIVE! ☕ Complete Java course: https://codingwithjohn.thinkific.com/courses/java-for-beginners ...

1:04:55
Coding LeetCode Solution LIVE Stream - Median of Two Sorted Arrays

27,958 views

Streamed 2 years ago

Bro Code
Useful string methods in Java! 🧵

java #javatutorial #javacourse public class Main { public static void main(String[] args) { String name = "Bro Code"; int length ...

8:36
Useful string methods in Java! 🧵

24,717 views

1 year ago

Programming Tutorials
Longest Substring without Repeating Characters - Java code with Explanation

Given a string, find the length of the longest substring without repeating characters. In this tutorial, You are going to learn how to ...

8:37
Longest Substring without Repeating Characters - Java code with Explanation

25,080 views

6 years ago

codeash
substring method in java | substring in Java example | String substring() Method example

The substring(int beginIndex, int endIndex) method of the String class. It returns a new string that is a substring of this string.

3:31
substring method in java | substring in Java example | String substring() Method example

18,381 views

3 years ago

take U forward
L3. Longest Substring Without Repeating Characters | 2 Pointers and Sliding Window Playlist

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

23:09
L3. Longest Substring Without Repeating Characters | 2 Pointers and Sliding Window Playlist

511,029 views

1 year ago

Smart Programming
String class Methods in Java || String Concatenation in Java || substring() method in Java (Hindi)

java #javatutorials #deepak #smartprogramming ◾◼️ Useful Notes & Courses Links◼️◾ Free Notes ...

29:05
String class Methods in Java || String Concatenation in Java || substring() method in Java (Hindi)

101,399 views

5 years ago

Nathan S
String Part 3: substring (Java)

The video examines the substring method of the String class.

8:48
String Part 3: substring (Java)

74,194 views

10 years ago

take U forward
L12. Minimum Window Substring | 2 Pointers and Sliding Window Playlist

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

27:06
L12. Minimum Window Substring | 2 Pointers and Sliding Window Playlist

244,022 views

1 year ago

GeeksforGeeks School
Java Substring | School Practice Problem | GeeksforGeeks School

Join Avneet Kaur as she solves the school practice problem: Java Substring. This is a great way to improve your coding skills and ...

3:48
Java Substring | School Practice Problem | GeeksforGeeks School

609 views

3 years ago

Ashok IT
Java Program To Find Longest Substring Without Repeated Character | Ashok IT

java #javascript #javaprogrammer #javaprogrammig #javadevelopment #ashokit ✍️✍️ Register Here For Online Training ...

8:07
Java Program To Find Longest Substring Without Repeated Character | Ashok IT

68,806 views

5 years ago

shashCode
All Substrings of String | Java plus DSA Placement | FAANG

Lecture Resources ...

6:39
All Substrings of String | Java plus DSA Placement | FAANG

11,513 views

2 years ago

Math and Science
Java Tutorial - 15 - Searching a String from the End for a Substring

Get more lessons like this at http://www.MathTutorDVD.com Learn how to program in java with our online tutorial. We will cover ...

4:47
Java Tutorial - 15 - Searching a String from the End for a Substring

7,644 views

7 years ago

Nikhil Lohia
Palindromic Substrings (LeetCode 647) | Full step by step solution with visuals

Join this channel to get access to perks: https://www.youtube.com/channel/UCT-S2ngqEBoYCM5UKuNeELg/join Actual problem ...

20:06
Palindromic Substrings (LeetCode 647) | Full step by step solution with visuals

13,916 views

11 months ago

TRIKX
LeetCode 1781 | Sum of beauty of All Substrings #100daysofcoding #leetcodechallenge #javaprogramming
1:00
LeetCode 1781 | Sum of beauty of All Substrings #100daysofcoding #leetcodechallenge #javaprogramming

681 views

1 year ago