ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

43 results

The Mentor CodeLab
Enum - Java Tutorial | #30

Java Tutorial: Enum and Enumeration One of the powerful tools in Object Oriented Programming languages like java is the ...

6:18
Enum - Java Tutorial | #30

22 views

1 year ago

Otavio Santana
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...

20:26
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

2,959 views

3 years ago

Otavio Santana
Java's Encapsulation -  When the getter and setter became your enemy

Encapsulation is the key to a good code design, but how to archive it? Java developers automatically think about putting getter ...

12:08
Java's Encapsulation - When the getter and setter became your enemy

1,111 views

3 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

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,736 views

3 years ago

The Mentor CodeLab
Java Syntax - Java Tutorial | #3

Java Tutorial: Java Syntax When you create your first java project with sample code, you get few lines of code that can really help ...

11:16
Java Syntax - Java Tutorial | #3

34 views

1 year ago

Jon Gjengset
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

71,055 views

1 month ago

Filip Hráček
Dart 2.15: What's new

Dart 2.15 brings fast concurrency with worker isolates, a new constructor tear-off language feature, improved enum support in the ...

14:04
Dart 2.15: What's new

17,438 views

4 years ago

ABMedia
Java for C# Developers

Java for C# Developers In this video, we're going to cover the differences between C# and Java. There aren't MANY differences ...

25:32
Java for C# Developers

19,235 views

5 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

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

8 years ago

Douglas Weathers
Enumeration

The first tool in combinatorics, the study of counting, is careful enumeration. Meant to be watched before or after reading Chapter 9 ...

2:39
Enumeration

3,209 views

5 years ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

25,641 views

5 years ago

ishibaro
#02 SIG en 5 - Datos y abstracción

02 Datos y abstracción: Puntos, líneas y polígonos Esta cápsula es muy teórica, pero necesaria para entender la próxima en ...

5:21
#02 SIG en 5 - Datos y abstracción

143 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

Jon Gjengset
January 2026 Q&A

As has become tradition, it's time for another new year's Q&A! In the span of three hours, we got through 45 questions covering ...

2:48:37
January 2026 Q&A

5,095 views

16 hours ago

J David Eisenberg
Chapter 9: Packages and Visibility (Access)

You can organize your files into packages and control which parts of them other programmers have access to by setting their ...

4:47
Chapter 9: Packages and Visibility (Access)

274 views

6 years ago

Zawodowy Stream
Programuję w Java, czyli jak zostać backend developerką

Czym zajmuje się backend developer w sektorze finansowym? Jakie są plusy i minusy branży IT? Jak zostać programistą i ...

33:38
Programuję w Java, czyli jak zostać backend developerką

1,979 views

3 years ago

Hillary Fleenor
Modulo FloorDiv

Example of how to use modulo and floor division to isolate digits in a number.

5:22
Modulo FloorDiv

180 views

6 years ago

Fabrice Kordon
005 — Rappel, les types de base en Java

In this session, I'll be reviewing basic Java types. It's important to first define types. The type sets the content of a variable.

13:12
005 — Rappel, les types de base en Java

1,670 views

9 years ago