ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

531 results

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

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

PurdueX CS180.1x
String Methods

Purdue's AP Computer Science A on edX.

5:35
String Methods

67 views

9 years ago

Otavio Santana
Java Records Advanced Tips: Compact Constructors, Getter Method Overwriting methods

Discover powerful advanced tips for utilizing Java records effectively. Learn how to leverage compact constructors and ensure ...

5:34
Java Records Advanced Tips: Compact Constructors, Getter Method Overwriting methods

614 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

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

350 views

6 years ago

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

Samir Paul
Array Insertions and Removals

ADSB 06_02.

9:46
Array Insertions and Removals

510 views

10 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

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: Using the StringBuilder Class

Strings are immutable. If you want something that works like a string but lets you modify the contents in place, you use the ...

5:00
Chapter 10: Using the StringBuilder Class

203 views

5 years ago

J David Eisenberg
Chapter 2: Printing with Formatting

The System.out.format() method makes it easier for you to get output with your variable values in them. It also lets you make output ...

7:02
Chapter 2: Printing with Formatting

476 views

6 years ago

J David Eisenberg
Chapter 6: The do/while loop

The do/while loop is guaranteed to execute the loop body at least once.

2:02
Chapter 6: The do/while loop

226 views

4 years ago

J David Eisenberg
Chapter 1: A First Java Program

This video shows the building blocks you use for every Java program you'll write in this course. One additional note: The program ...

2:59
Chapter 1: A First Java Program

1,148 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

Christopher Stevens
Understanding a Java program

Going through a Java program step by step to understand its components.

7:04
Understanding a Java program

58 views

1 year 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,585 views

4 years ago

Otavio Santana
The four ways to use Java Record

shorts Java record is a powerful resource to include your favorite feature, mainly when discussing immutable instances. Yes, you ...

0:54
The four ways to use Java Record

357 views

2 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

Programming threads
Easy Trick for Naming Functions (and Why It Matters)

Every programmer should know this easy trick for naming functions irrespective of the programming language he uses. Naming ...

1:00
Easy Trick for Naming Functions (and Why It Matters)

160 views

1 year ago