ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

62 results

J David Eisenberg
Chapter 7: Copying Arrays

Arrays are reference variables, which means simple assignment doesn't make a copy of the values.

3:54
Chapter 7: Copying Arrays

742 views

6 years ago

Drunken Engineer
java 8 Interview Questions | Theoretical

... What are functional interfaces Can you create your own functional interface What is method reference in java 8 What is Optional ...

10:38
java 8 Interview Questions | Theoretical

29,802 views

4 years ago

Drunken Engineer
Java Developer Interview Questions

This Video contains core java, spring boot , microserives and coding interview questions that were asked as part of CMMI Level 5 ...

15:06
Java Developer Interview Questions

5,928 views

4 years ago

PurdueX CS180.1x
Casting with Arithmetic

Purdue's AP Computer Science A on edX.

1:54
Casting with Arithmetic

73 views

9 years ago

J David Eisenberg
Chapter 8: 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 8: Ragged Arrays

2,982 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,588 views

4 years ago

Otavio Santana
CDI Introduction and Exploring Polymorphism

As software architects and designers, we have a common goal: Simplicity. We want to archive success, mainly because the clarity ...

20:34
CDI Introduction and Exploring Polymorphism

263 views

3 years ago

Otavio Santana
Simplify Your Code with Java Predicate: A Comprehensive Guide

In this video tutorial, we'll explore the powerful Java Predicate interface and learn how it can simplify your code and improve its ...

6:12
Simplify Your Code with Java Predicate: A Comprehensive Guide

718 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,421 views

6 years ago

wikipedia tts
Comparison of C Sharp and Java | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Comparison_of_C_Sharp_and_Java 00:00:52 1 ...

1:42:03
Comparison of C Sharp and Java | Wikipedia audio article

17 views

6 years ago

Jon Gjengset
Crust of Rust: Lifetime Annotations

In the 2019 Rust Survey, a lot of people were asking for video content covering intermediate Rust content. So in this first video ...

1:33:23
Crust of Rust: Lifetime Annotations

264,026 views

5 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

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

6 years ago

Otavio Santana
Money on Java: Why should we use Money-API in my Java code?

If you work in finance, e-commerce, or any area that needs to represent money, the biggest question is how to do it. We need to ...

20:59
Money on Java: Why should we use Money-API in my Java code?

1,196 views

3 years ago

J David Eisenberg
Chapter 6: Overloaded Methods

You can have multiple methods with the same name as long as the number and/or types of the parameters is different.

3:34
Chapter 6: Overloaded Methods

232 views

6 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Mon 10.8.2018. More Polymorphism and Class Design

A continued discussion of polymorphism and practice with inheritance and class design.

49:11
CS 125 Fall 2018: Mon 10.8.2018. More Polymorphism and Class Design

577 views

7 years ago

PurdueX CS180.1x
Program Structure

Purdue AP Computer Science A.

4:26
Program Structure

4,837 views

9 years ago

J David Eisenberg
Chapter 18: “try” with resources

Using the try-with-resources construct will allow Java to close files for you automatically so you don't have to do it explicitly.

2:52
Chapter 18: “try” with resources

173 views

4 years ago

Samir Paul
Some observations about interfaces, inheritance, and relationships among classes

ADSB 05_07. A bunch of miscellaneous thoughts on inheritance, interfaces, etc.

15:01
Some observations about interfaces, inheritance, and relationships among classes

685 views

10 years ago

Samir Paul
Language features, data types, literals

How is Java similar to and different from natural languages? What are the main data types we'll work with? What's a literal?

5:57
Language features, data types, literals

1,316 views

11 years ago