ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,042 results

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

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

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

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

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

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

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

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

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

TheOneWhoWill
Introduction to Java | Java Tutorial Series 01

Lesson 01 This is the first lesson in my Java tutorial series and we will be covering the following: - The Anatomy of a Java Class ...

7:49
Introduction to Java | Java Tutorial Series 01

33 views

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

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

Samir Paul
Class static variables and methods

ADSB: 05_00.

8:51
Class static variables and methods

836 views

10 years ago

Craig Piercy
Java Review 3

3rd Java Review Session for my MIST4630 course at UGA.

34:29
Java Review 3

4,055 views

13 years ago

Craig Piercy
java review 1

First of several reviews of basic Java concepts.

45:16
java review 1

9,402 views

13 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

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

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

Drunken Engineer
Java Interview questions and answers | Part 2

This video contains all the important java interview questions and answers. Q. What will happen if an exception is thrown from the ...

10:03
Java Interview questions and answers | Part 2

3,197 views

4 years ago