ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,579 results

Meri (Engel) Kasprak - programming videos
If and While in Java

Using if, if else, and while statements in Java.

4:29
If and While in Java

185 views

8 years ago

J David Eisenberg
Using the TimedTestFramework for COMSC 076 (Data Structures)

The TimedTestFramework is a Java class that you can extend to implement a doTest() method. Then, you can make an instance of ...

10:35
Using the TimedTestFramework for COMSC 076 (Data Structures)

43 views

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

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

Samir Paul
Array Insertions and Removals

ADSB 06_02.

9:46
Array Insertions and Removals

510 views

10 years ago

Meri (Engel) Kasprak - programming videos
Java 8 - working with dates

Calculating days until the user's next birthday.

3:45
Java 8 - working with dates

636 views

8 years ago

J David Eisenberg
Chapter 8: Two-dimensional Arrays

Handling a two-dimensional arrays that represent a matrix of rows and columns.

7:47
Chapter 8: Two-dimensional Arrays

388 views

6 years ago

Otavio Santana
Creating your custom statistic structure with Stream API

Stream API is an efficient way to interact with any data structure in Java, such as any Collection implementation. These features ...

16:34
Creating your custom statistic structure with Stream API

326 views

3 years ago

Adam Gaweda, Dr. Sensei
Implementing Dictionaries using the Map Interface in Java

Now one of the things I said in the last video is this idea that map, the class of map in Java, is an abstract class. There's actually a ...

11:44
Implementing Dictionaries using the Map Interface in Java

19,332 views

8 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

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

parlough
How to Iterate over Keys and Values in a Java Map

Learn with me as I go over how to access both the key and the value as you loop over a map in #Java. I hope you found this video ...

5:45
How to Iterate over Keys and Values in a Java Map

99 views

4 years ago

Meri (Engel) Kasprak - programming videos
Java Parallel Arrays Sample

Working with parallel arrays in java.

2:16
Java Parallel Arrays Sample

5,700 views

8 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 2)

In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...

5:20:13
Porting Java's ConcurrentHashMap to Rust (part 2)

13,414 views

6 years ago

The Java Den
Lists Initialization

Is there any way to initialize an List in Java? Short answer: Kinda. Java doesn't provide a native initialization for Lists, so we ...

2:13
Lists Initialization

86 views

3 years ago

Samir Paul
Java Interfaces: The Implementation Perspective

ADSB 05_03.

7:13
Java Interfaces: The Implementation Perspective

827 views

10 years ago

Meri (Engel) Kasprak - programming videos
Java: formatting numbers with NumberFormat

Formatting numbers for money and other purposes using NumberFormat How to Round a Number to 2 Decimal Places in Java: ...

1:59
Java: formatting numbers with NumberFormat

15,635 views

8 years ago

Otavio Santana
Java 21 SequenceCollection: Unleash the Power of Ordered Collections

Dive into the world of Java 21's SequenceCollection interface! Discover how it extends the Java collections' capabilities, offering ...

5:43
Java 21 SequenceCollection: Unleash the Power of Ordered Collections

313 views

2 years ago

Otavio Santana
Mastering Java Collections: Common Mistakes and How to Avoid Them

Java's Collections API has been around for a while and is a cornerstone of Java development. But even with years of experience, ...

8:24
Mastering Java Collections: Common Mistakes and How to Avoid Them

277 views

2 years ago

J David Eisenberg
Chapter 15: Ragged Arrays

In Java, you can have a two-dimensional array where each row has a different number of elements. This is called a ragged array.

2:57
Chapter 15: Ragged Arrays

1,694 views

4 years ago