ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

660 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

Craig Piercy
Writing the GameNumber Java Class

In this video, we write the GameNumber Java class using Eclipse. We will use this class in several example programs.

14:22
Writing the GameNumber Java Class

6,659 views

11 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

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

Samir Paul
Class static variables and methods

ADSB: 05_00.

8:51
Class static variables and methods

836 views

10 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

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

Otavio Santana
Lombok vs. Java Record: A Comparative Analysis

Join us in this enlightening YouTube video as we dive deep into the world of Java development. Discover the key distinctions ...

6:10
Lombok vs. Java Record: A Comparative Analysis

671 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

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

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,793 views

11 years ago

Otavio Santana
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

In this informative Java tutorial, discover why using boolean parameters in your methods can lead to hard-to-read and maintain ...

6:37
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

611 views

2 years ago

Inria Learning Lab
🐥 Messages for Java Programmers [W2S2-EN]

Mooc "Immersive Object Programming with Pharo" - English voice over Pharo (http://pharo.org) is a pure dynamic and reflective ...

9:09
🐥 Messages for Java Programmers [W2S2-EN]

1,027 views

5 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

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

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

Dandalf
Java Input Loop

The video shows how to use Java to input an integer in using a loop that keeps asking for a valid input if the user inputs a negative ...

12:11
Java Input Loop

251 views

5 years ago

Christopher Stevens
Using the Random Class in Java

Today, we're going to explore the Random class in Java, which is used to generate random numbers. We saw that we could use ...

6:56
Using the Random Class in Java

49 views

1 year ago

Dandalf
Welcome to the Java  Programming class

Welcome to CIS-084 Java Programming. Topics covered include: What the classes cover, who should take the class and just as ...

9:28
Welcome to the Java Programming class

104 views

2 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