ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,036 results

Code Mommy Mastery
Learn How to Use Strings in Java

Strings are an essential part of any Java program. Understanding how to create, manipulate, and compare strings is crucial for ...

4:44
Learn How to Use Strings in Java

24 views

1 year ago

J David Eisenberg
Chapter 4: Reading Strings and Extracting Characters from them

How to read a line of text into a string, and how to get specific characters from it.

3:58
Chapter 4: Reading Strings and Extracting Characters from them

123 views

6 years ago

PurdueX CS180.1x
String Methods

Purdue's AP Computer Science A on edX.

5:35
String Methods

67 views

9 years ago

Meri (Engel) Kasprak - programming videos
Classes and Objects in Java

Creating your first class and instantiating objects from it in Java.

3:17
Classes and Objects in Java

96 views

8 years ago

Drunken Engineer
StringJoiner Interview Questions

StringJoiner Class in Java 8 Interview questions. One of the best book for Interview Questions Top 1000 Java Interview Questions ...

5:45
StringJoiner Interview Questions

7,587 views

4 years ago

J David Eisenberg
Chapter 9: Strings (part 1)

Using Python strings. Sorry about the really scratchy voice at the beginning. Oh well. Note: I often use the terms “word” and “letter” ...

11:20
Chapter 9: Strings (part 1)

257 views

7 years ago

J David Eisenberg
Chapter 4: Characters and Strings

Introduction to character and String variables in Java.

4:22
Chapter 4: Characters and Strings

397 views

6 years ago

J David Eisenberg
Chapter 4: Comparing Strings

You need to use methods from the String class to compare strings for equal, less than, and greater than.

4:07
Chapter 4: Comparing Strings

351 views

6 years ago

The Mentor CodeLab
Strings in Java - Java Tutorial | #9

Java Tutorial: Strings in Java Strings are not primitive types. String in java is a class that holds some characters as info and can ...

18:02
Strings in Java - Java Tutorial | #9

31 views

1 year ago

J David Eisenberg
Chapter 10: The StringBuilder Class

In Java, Strings are immutable. The StringBuilder class, on the other hand, will let you manipulate string data in place.

5:00
Chapter 10: The StringBuilder Class

14 views

4 years ago

Gil.codes
Coding With Gil - String Calculator Kata (Part 1)

First Coding With Gil video, it's a one take (the video got split because I pressed Ctrl+R in the middle which caused it to stop ...

24:42
Coding With Gil - String Calculator Kata (Part 1)

436 views

7 years ago

J David Eisenberg
Chapter 9: Strings (part 3)

Using the split() function to split a string into a list of substrings.

6:02
Chapter 9: Strings (part 3)

193 views

7 years ago

J David Eisenberg
Chapter 13: Converting an Object to a String

How to get something better than the name of a class and its memory reference when you print an object reference.

2:35
Chapter 13: Converting an Object to a String

100 views

2 years ago

J David Eisenberg
Chapter 4: substring() and indexOf() methods

The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...

7:13
Chapter 4: substring() and indexOf() methods

21,354 views

6 years ago

Samir Paul
Class static variables and methods

ADSB: 05_00.

8:51
Class static variables and methods

836 views

10 years ago

JT Devs
CSharp Examples Regarding String Methods - Made Easy JT Devs #CSharp

CSharp Examples Regarding String Methods Made Easy JT Devs #CSharp About us ======= JT Devs is a Software consulting ...

11:54
CSharp Examples Regarding String Methods - Made Easy JT Devs #CSharp

24 views

3 years ago

Denis Kuzmin
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

Do NOT combine unnecessary code, please turn ON your brains [both host sides - CLR/Native/JVM]. /This is Part 2. C++, C# and ...

28:04
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

13,998 views

7 years ago

Spoken-Tutorial IIT Bombay
Strings - English

Strings *char datatype *letter,digit,punctuation marks, tab, or space are all characters *Program explaining the variable and the ...

8:39
Strings - English

10,797 views

11 years ago

Craig Piercy
Introduction to JavaBeans

A quick introduction to a special Java class called a JavaBean.

10:03
Introduction to JavaBeans

127,308 views

10 years ago

J David Eisenberg
Chapter 2: Data Type Conversion in Java

You can use a *cast* to take an integer variable and ask Java to treat it as a double (and vice versa). This video gives you the ...

6:04
Chapter 2: Data Type Conversion in Java

224 views

5 years ago