ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

479 results

Byte-Sized Computer Science
substring and compareTo (Explained in 2 minutes)

Continue your String deep dive! We cover substring (returning a subsection using inclusive start and exclusive end indices) and ...

2:07
substring and compareTo (Explained in 2 minutes)

16 views

4 months ago

Techie Dot Com
How to Use String Methods in Java 2025?

Wanna master text tricks in Java? Learn how to use String methods in Java like .length(), .charAt(), .substring(), .equals() ...

1:07
How to Use String Methods in Java 2025?

3 views

8 months ago

Techie Dot Com
How to Print Substring in Java 2025?

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 ...

1:08
How to Print Substring in Java 2025?

4 views

5 months ago

Udacity
Selecting Substrings - Programming Languages

This video is part of an online course, Programming Languages. Check out the course here: ...

1:33
Selecting Substrings - Programming Languages

8,877 views

13 years ago

Udacity
Substring Search Quiz Solution - Georgia Tech - Computability, Complexity, Theory: Computability

Watch on Udacity: https://www.udacity.com/course/viewer#!/c-ud061/l-3483538743/e-1718598811/m-1839128574 Check out the ...

1:25
Substring Search Quiz Solution - Georgia Tech - Computability, Complexity, Theory: Computability

909 views

11 years ago

Udacity
String Traversal - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

2:09
String Traversal - Intro to Java Programming

2,911 views

11 years ago

Jakubication
Java How To Split A String

This video teaches how to split a string in Java. The way that is accomplished in this video is using the String method split. In Java ...

0:20
Java How To Split A String

21,258 views

2 years ago

Jakubication
Java String codePointAt

Java's String codePointAt method returns the Unicode code point of a character at a given index in the String. A character's ...

1:08
Java String codePointAt

57 views

1 year ago

Udacity
strings - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

2:07
strings - Intro to Java Programming

872 views

11 years ago

GeeksforGeeks
Count number of substrings with exactly k distinct characters | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: ...

3:26
Count number of substrings with exactly k distinct characters | GeeksforGeeks

53,924 views

8 years ago

Sierra College CSCI-12 (R. Lapkass)
StringParsing

Code walk-thru for StringParsing.java, which demonstrates the usage of several common String class methods working together.

3:51
StringParsing

567 views

6 years ago

Jakubication
Java String Split

In Java, String split is how to split a string in Java. This video covers multiple different uses of the string split method. For example ...

1:07
Java String Split

323 views

1 year ago

Teradata
Using the SUBSTRING Function

DESCRIPTION: This video demonstrates the SUBSTRING function for Teradata, with an example using ANSI syntax. Use your ...

2:26
Using the SUBSTRING Function

1,555 views

4 years ago

Techie Dot Com
How to Check if Strings are Circular Rotation in Java 2025?

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 ...

1:11
How to Check if Strings are Circular Rotation in Java 2025?

52 views

6 months ago

Udacity
The replace Method - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

0:27
The replace Method - Intro to Java Programming

5,380 views

11 years ago

Byte-Sized Computer Science
Java concat, toUpperCase, toLowerCase, and split. (Master them in 90 Seconds)

More essential String methods! Learn concat (joining two strings), toUpperCase and toLowerCase (changing character case), and ...

1:38
Java concat, toUpperCase, toLowerCase, and split. (Master them in 90 Seconds)

16 views

4 months ago

J David Eisenberg
Chapter 7: Using String Methods

A short program that uses string methods to split an address in the form 'City, ST 99999' into three separate variables for the city, ...

3:45
Chapter 7: Using String Methods

81 views

2 years ago

Udacity
What Does this Loop Do with Word? - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

0:43
What Does this Loop Do with Word? - Intro to Java Programming

428 views

11 years ago

GeeksforGeeks
Lexicographical concatenation of all substrings of a string | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: https://www.geeksforgeeks.org/lexicographical-concatenation-substrings-string/ ...

2:03
Lexicographical concatenation of all substrings of a string | GeeksforGeeks

4,085 views

8 years ago

My Learning Hub
Longest substring with distinct characters using Java | String | 11th Jan 2025 | Amazon | Microsoft

Geeks-for-Geeks | Practice Problem | Problem Solution 11th January 2025 Problem : Longest substring with distinct characters ...

2:33
Longest substring with distinct characters using Java | String | 11th Jan 2025 | Amazon | Microsoft

4 views

1 year ago