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
115 results
In this video, we walk through a Java program that finds the longest common prefix from an array of strings. The program defines a ...
43 views
11 months ago
Continue your String deep dive! We cover substring (returning a subsection using inclusive start and exclusive end indices) and ...
8 views
3 months ago
More essential String methods! Learn concat (joining two strings), toUpperCase and toLowerCase (changing character case), and ...
10 views
Struggling to find the first unique character in a string using Java? This tutorial walks you through an easy method to identify ...
5 months ago
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 ...
4 views
4 months ago
Perfect for beginners, text processing tasks, and Java string manipulation practice . Like this video, Subscribe for more ...
22 views
Ever wondered how to check if one string is a circular rotation of another in Java? ✨ In this tutorial, we'll break down the simple ...
52 views
Want to sort strings from Z to A in Java? In this video, I'll show you a simple method to arrange strings in descending order ...
Want to change uppercase letters to lowercase and vice versa in a string using Java? This tutorial shows you how to toggle ...
12 views
Great for learning Java string handling and improving coding skills ✨. Like this video, Subscribe for more Java tips, and ...
14 views
Master Java String Manipulation - Concatenation, Comparison, String Pool - for (Senior) Software Engineer Interviews Prepare for ...
40 views
10 months ago
There are a number of string manipulations in Go language. We can concatenate strings, or obtain a string slice from a string.
90 views
6 months ago
Java #RemoveDuplicates #JavaInterviewQuestion #CodingInterview #StringProblems #ProgrammingTutorial #strings ...
50 views
Want to reverse every word individually in a sentence using Java? This simple tutorial shows you how to split the sentence, ...
Want to print all the unique characters from a string in Java? ✨ This quick tutorial shows you how to check character frequency ...
Want to count vowels in any string using Java? This quick tutorial shows how to loop through a string, check each character, ...
0 views
Want to mix up words in a sentence using Java? In this quick tutorial, I'll show you how to shuffle words in a sentence in Java ...
2 months ago
Learn how to reverse a sentence in Java easily! This program will show you how to flip the order of words using simple string ...
47 views
Learn how to remove duplicate elements from arrays or strings in Java efficiently. This step-by-step tutorial provides easy-to-follow ...
3 views
Timestamps: 00:00 - Introduction to senior interview preparation challenges 00:29 - Focus on string manipulation in Java for ...
37 views
9 months ago