ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

789 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

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

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

Otavio Santana
Three use of Java annotations

shorts You can use Java annotations in several ways on your code; it gives three examples: Documentation, runtime metadata, ...

0:58
Three use of Java annotations

921 views

2 years ago

Programming threads
The Spread Operator: JavaScript's Secret Weapon

In this video we are going to give a brief overview of the spread operator in Javascript and possible scenarios you might ...

0:58
The Spread Operator: JavaScript's Secret Weapon

525 views

1 year ago

nipafx
Hulk Encapsulation - JEP 403 #JavaNext #Shorts

JEP 403 proposes to make the command line flag `--illegal-access` a no-op before it will eventually be removed. JEP 403: ...

1:00
Hulk Encapsulation - JEP 403 #JavaNext #Shorts

1,488 views

4 years ago

nipafx
Primitive Classes - JEP 401 #JavaNext #Shorts

JEP 401 proposes to introduce primitive classes to Java and the JVM - as the name suggests, they're basically classes that ...

0:50
Primitive Classes - JEP 401 #JavaNext #Shorts

1,238 views

4 years ago

Samir Paul
Array Insertions and Removals

ADSB 06_02.

9:46
Array Insertions and Removals

510 views

10 years ago

PurdueX CS180.1x
String Methods

Purdue's AP Computer Science A on edX.

5:35
String Methods

67 views

9 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

nipafx
Record Patterns and Array Patterns - JEP 405 #JavaNext #Shorts

JEP 405 proposes to "enhance the Java programming language with record patterns, to deconstruct record values, and array ...

0:57
Record Patterns and Array Patterns - JEP 405 #JavaNext #Shorts

851 views

4 years ago

nipafx
Unify Primitives with Objects - JEP 402 #JavaNext #Shorts

JEP 402 proposes to unify primitives like `int` with objects by modeling primitive values as instances of primitive classes ...

0:54
Unify Primitives with Objects - JEP 402 #JavaNext #Shorts

1,457 views

4 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

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 6: Characters and Strings

Introduction to character and String variables in Java.

4:22
Chapter 6: Characters and Strings

227 views

4 years 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

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

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