Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
253 results
Welcome to Part 2 of the Java Strings Tutorial for Beginners! In this video, we will learn: ✓ charAt() method ✓ substring() method ...
17 views
2 weeks ago
Lecture Resources ...
177 views
Want to find out where a character or substring appears in your Java strings? In this Java Strings 101 video, we explore the ...
41 views
3 weeks ago
Want to get more out of your Java strings? In this video, we dive into two essential skills every Java programmer needs: ...
54 views
Confused about how to create String objects in Java? In this video, we show you how to create strings using both string literals ...
52 views
4 weeks ago
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() ...
25 views
Next problem: https://youtu.be/-M-CwdoRigc Previous problem: https://youtu.be/2Ja2qy-o12Y Revise Week04 concept: ...
1 view
Welcome to Mohan Codes. In this video, we solve the Number of Strings That Appear as Substrings in Word problem, ...
18 views
4 days ago
Java strings have hidden costs that can slow down your code and hurt your performance in coding interviews. In this video, you'll ...
Number of Strings That Appear as Substrings in Word | Leetcode 1967 In this video, we solve Leetcode 1967 (Daily Challenge ...
848 views
Ready to unlock the secrets of string manipulation in Java? In this episode of Java Strings 101, we dive into the powerful charAt() ...
51 views
In this Java program, we will learn how to create a "Shuttering Word" effect using the substring() method. Problem Statement: Write ...
6 views
Complete guide to Strings in Java — immutability, String Pool, StringBuilder (290× faster), 18 methods, Do's & Don'ts, 12 interview ...
78 views
Chapter 11 introduces the String class in Java, highlighting that strings are non-primitive, immutable objects used to store and ...
1 month ago
14 views
Want to learn how to split a string into smaller pieces in Java? In this Java Strings 101 video, we dive into using the split() method!
46 views
A String in Java is a sequence of characters used to represent text. Strings are widely used in Java applications for storing and ...
4 views
In this video, we solve LeetCode 1967 - Number of Strings That Appear as Substrings in Word using Brute Force String Matching ...
123 views
JAVA BASIC PROGRAMS SERIES In this video, we will solve an interesting Java String problem: ✓ If the string length is odd ...
11 views
Not sure how to check if two strings are the same in Java? In this Java Strings 101 video, we make string comparison simple!