ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

70 results

Otavio Santana
Java Reflection Annotation: what is the difference between Retension vs Target.

shorts To start using Java reflection and create its annotation, remember that there are retention and target annotations. But what ...

0:42
Java Reflection Annotation: what is the difference between Retension vs Target.

268 views

2 years ago

Otavio Santana
The four ways to use Java Record

shorts Java record is a powerful resource to include your favorite feature, mainly when discussing immutable instances. Yes, you ...

0:54
The four ways to use Java Record

357 views

2 years ago

Otavio Santana
Java Record, exploring the feature beyond the DTO

This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.

32:04
Java Record, exploring the feature beyond the DTO

1,448 views

2 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

makingthematrix
Programming with Functions #5 - Immutability

Immutability and pączki. And how do you think, where is the border? Where do you decide that enough is enough and reach for ...

12:42
Programming with Functions #5 - Immutability

938 views

4 years ago

Otavio Santana
Three use of Java annotations

shorts You can use Java annotations in several ways on your code; it gives three examples: Documentation, runtime metadata, ...

0:58
Three use of Java annotations

921 views

2 years ago

The Java Den
Lists Initialization

Is there any way to initialize an List in Java? Short answer: Kinda. Java doesn't provide a native initialization for Lists, so we ...

2:13
Lists Initialization

86 views

3 years ago

Bit Science
Why Immutability is Critical for Effective #reactjs #shorts #javascript object.assign

Science Playlists https://www.youtube.com/playlist?list=PLmUK6jEG3fLwY2-w5ADuZSDv5RRRe_Lu4 ...

0:58
Why Immutability is Critical for Effective #reactjs #shorts #javascript object.assign

258 views

2 years ago

J David Eisenberg
Chapter 10: The StringBuilder Class

In Java, Strings are immutable. The StringBuilder class, on the other hand, will let you manipulate string data in place.

5:00
Chapter 10: The StringBuilder Class

14 views

4 years ago

Gregor Riegler
Yet Another Explanation About Object Orientation

Hi, i'm Gregor, and in this video i'd like to show you my view of object orientation. I hope it provides an easy to grasp introduction ...

4:11
Yet Another Explanation About Object Orientation

2,097 views

5 years ago

Otavio Santana
Get more flexibility in your Java code by exploring reflection.

Reflection and Java give a colossal capability, especially for removing boilerplate. It gives impactful productivity on Java to cover ...

28:14
Get more flexibility in your Java code by exploring reflection.

173 views

2 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

Drunken Engineer
Why I got Rejected in TCS | 3+ years Experience

This video contains tcs interview questions and answers along with reason for rejection. One of the best book for Interview ...

9:02
Why I got Rejected in TCS | 3+ years Experience

5,900 views

4 years ago

Heapspace
Java’s new paradigm - Ties van de Ven

The new Java features like records, sealed classes and pattern matching have all been added to support the Data Oriënted ...

31:48
Java’s new paradigm - Ties van de Ven

109 views

1 year ago

Code Mommy Mastery
Learn How to Use Strings in Java

Strings are an essential part of any Java program. Understanding how to create, manipulate, and compare strings is crucial for ...

4:44
Learn How to Use Strings in Java

24 views

1 year ago

J David Eisenberg
Chapter 11: Visibility modifiers in Java

Find out how to specify which classes can and cannot access the methods and properties in other classes. Note: narration at 1:54 ...

2:20
Chapter 11: Visibility modifiers in Java

127 views

5 years ago

Drunken Engineer
Singleton In Java | Create | Destroy | Prevent | Interview Questions

This video contains all the interview questions related to Singleton design pattern in java. One of the best book for Interview ...

12:45
Singleton In Java | Create | Destroy | Prevent | Interview Questions

8,958 views

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

3 years ago

Otavio Santana
Java 21 Record and Pattern Matching: Master Data-Oriented Programming

Embark on a data-oriented programming journey with Java 21! In this video, we unveil the game-changing JEPs 440 and 441, ...

11:45
Java 21 Record and Pattern Matching: Master Data-Oriented Programming

674 views

2 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,585 views

4 years ago