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
112 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 ...
40 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
... #pythonprogramming #javaprogramming #StringManipulation #CodingChallenges #LearnToCode #BeginnerProgramming.
22 views
More essential String methods! Learn concat (joining two strings), toUpperCase and toLowerCase (changing character case), and ...
9 views
Struggling to find the first unique character in a string using Java? This tutorial walks you through an easy method to identify ...
10 views
5 months ago
Master Java String Manipulation - Concatenation, Comparison, String Pool - for (Senior) Software Engineer Interviews Prepare for ...
9 months ago
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
4 months ago
Perfect for beginners, text processing tasks, and Java string manipulation practice . Like this video, Subscribe for more ...
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
Great for learning Java string handling and improving coding skills ✨. Like this video, Subscribe for more Java tips, and ...
14 views
Want to change uppercase letters to lowercase and vice versa in a string using Java? This tutorial shows you how to toggle ...
12 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 ...
Welcome to Techie Akash! In this video, we'll cover one of the most common Java interview questions: How to reverse a string?
70 views
There are a number of string manipulations in Go language. We can concatenate strings, or obtain a string slice from a string.
80 views
Want to reverse every word individually in a sentence using Java? This simple tutorial shows you how to split the sentence, ...
Welcome to Java2CloudAcademy ! In this video, you'll Master the split() method in Java with a hands-on example. Learn how to ...
25 views
1 year ago
Want to print all the unique characters from a string in Java? ✨ This quick tutorial shows you how to check character frequency ...
Java #RemoveDuplicates #JavaInterviewQuestion #CodingInterview #StringProblems #ProgrammingTutorial #strings ...
50 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
Want to count vowels in any string using Java? This quick tutorial shows how to loop through a string, check each character, ...
0 views