ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

28 results

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

3 years ago

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

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

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

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

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

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

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

33 views

1 year 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,332 views

8 years ago

The Mentor CodeLab
Temp Mod Main Classes - Fabric Modding Minecraft 1.20.4 | #3

Modding Minecraft 1.20.4 - Fabric: Temp Mod Main Classes We will continue on writing the main classes for the temp mod on ...

30:15
Temp Mod Main Classes - Fabric Modding Minecraft 1.20.4 | #3

211 views

1 year ago

The Mentor CodeLab
Variables in Program - Programming For Beginners | #22

Programming for Beginners: Variables in Program If you ever wrote a few lines of code in any programming language, you would ...

6:28
Variables in Program - Programming For Beginners | #22

7 views

1 year ago

J David Eisenberg
Chapter 9: UML Diagrams

Design classes with Unified Modeling Language Diagrams.

1:17
Chapter 9: UML Diagrams

362 views

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

Confreaks
RubyConf 2015 - Softly, softly typing by John Cinnamond

Softly, softly typing by John Cinnamond The ruby community is large and varied but, for the most part, we haven't rushed to ...

44:34
RubyConf 2015 - Softly, softly typing by John Cinnamond

942 views

10 years ago

Meri (Engel) Kasprak - programming videos
Sample Card Game in processing: War

A very simplified version of the war card game done in processing.

5:30
Sample Card Game in processing: War

4,628 views

11 years ago

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

There are also enumerated types in Java. Here's an example, this is a class that contains just one attribute: the size of a cup.

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

1,670 views

9 years ago