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
41 results
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
1,126 views
4 years ago
A short program that uses string methods to split an address in the form 'City, ST 99999' into three separate variables for the city, ...
81 views
2 years ago
Strings are an essential part of any Java program. Understanding how to create, manipulate, and compare strings is crucial for ...
26 views
1 year ago
Video Title: Check Whether a String Starts with 'Java' in JavaScript In this tutorial, we'll learn how to check if a given string starts ...
7 views
You can use a for or while loop to traverse (iterate through) a string one character at a time.
147 views
Using the split() function to split a string into a list of substrings.
193 views
7 years ago
CSharp Examples Regarding String Methods Made Easy JT Devs #CSharp About us ======= JT Devs is a Software consulting ...
24 views
3 years ago
Numerous botnets employ domain generation algorithms (DGA) to dynamically generate a large number of random domain ...
2,309 views
10 years ago
This video contains java interview questions and answers for experienced. Below are the Questions : What Are SOLID Principles ...
30,989 views
This is an audio version of the Wikipedia Article: ...
6 views
Tom van Stiphout, a Microsoft MVP for Access, demonstrates how to use Simil, an algorithm implemented in Access using VBA for ...
10,418 views
14 years ago
How to read a line of text into a string, and how to get specific characters from it.
123 views
6 years ago
The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop. This is ...
191 views
This Video contains core java, spring boot , microserives and coding interview questions that were asked as part of CMMI Level 5 ...
5,928 views
Here are the most common methods in Java's Math class.
538 views
Open a text file using the Java Scanner. Read and display the contents of the file either line by line or by individual fields on each ...
208 views
Strings are immutable. If you want something that works like a string but lets you modify the contents in place, you use the ...
264 views
05_10.
478 views
11 years ago
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
290 views
In diesem Video schreiben wir ein Programm, um einen String in ein Array aufzuspalten. Schau diese Videoserie von Anfang an: ...
9,872 views
java #hackerrank #CTR Hi friends in this video we are gonna solve a HACKERRANK challenge in which i have solved and ...
19 views
PHP, Java, Ruby, and so on. Google Code Search is actually worth mentioning; it is one of the relatively few applications out there ...
12,894 views
13 years ago
This video contains all the important java interview questions and answers. Q. What will happen if an exception is thrown from the ...
3,197 views
You use a for loop when you know the number of times you want to loop. A for loop will go through the items in a list, or can do a ...
88 views
Slices, comparison, immutable strings, and the “in” and “not in” operators.
160 views