ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,298 results

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

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

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

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

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

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

Otavio Santana
Why do we have reflection on Java?

shorts Java reflection is excellent for creating extensibility on runtime. If you're using Jakarta EE, MicroProfile, or Spring, you're ...

0:50
Why do we have reflection on Java?

2,100 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

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

J David Eisenberg
Chapter 4: Method Calls

What's going on behind the scenes when you call a method in Java? Note: in this video, the call stack grows upwards, like a stack ...

2:32
Chapter 4: Method Calls

614 views

4 years ago

Wisc-Online
Finding Factorials with Recursion
5:00
Finding Factorials with Recursion

475 views

9 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

672 views

2 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

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

Drunken Engineer
Data Structures and Algorithms Interview Questions asked at Pocket52

This video contains data structures and algorithms interview questions. One of the best book for Interview Questions Top 1000 ...

3:05
Data Structures and Algorithms Interview Questions asked at Pocket52

1,080 views

4 years ago