ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

65 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,958 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

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

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

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

Otavio Santana
What is Java Record Compact Constructor?

shorts Java Compact Constructor on record allows you to create validation on your Java classes easily. You can have consistency ...

0:43
What is Java Record Compact Constructor?

341 views

2 years ago

Otavio Santana
Java Reflection Advanced with Proxy: Creating a more robust code

In this video, we'll give a next on Java reflection with Proxy. If you like me and enjoy good framework API, you might love Spring ...

11:23
Java Reflection Advanced with Proxy: Creating a more robust code

444 views

2 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

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

5 years ago

Otavio Santana
Readability in the test exploring the Java JUnit-params

Java JUnit-params make the test readable and maintainable. Good test quality is a challenge for any software engineer.

18:33
Readability in the test exploring the Java JUnit-params

267 views

2 years ago

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

741 views

6 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,628 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

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

Otavio Santana
Mapstruct: The introduction Guide To Java Object Conversion

Unlock the Full Potential of Java Object Conversion! In this video, The Ultimate Engineer delves into the power of MapStruct, the ...

12:58
Mapstruct: The introduction Guide To Java Object Conversion

2,929 views

2 years ago

Otavio Santana
Java Builder Pattern and Fluent-API - how to create complex objects with Java

Java Builder is a pattern that can help you to create complex objects. Every time we create a new instance model, we must ensure ...

21:29
Java Builder Pattern and Fluent-API - how to create complex objects with Java

2,089 views

3 years ago

The Mentor CodeLab
Date and Time - Java Tutorial | #32

Java Tutorial: Using Date and Time Any powerful programming language will let you handle date and time. In java, you have three ...

7:53
Date and Time - Java Tutorial | #32

35 views

1 year ago