ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

58 results

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

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

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.

174 views

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

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

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

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

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

675 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,588 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,901 views

4 years ago

J David Eisenberg
Chapter 9: Strings (part 2)

Slices, comparison, immutable strings, and the “in” and “not in” operators.

8:01
Chapter 9: Strings (part 2)

159 views

7 years ago

Drunken Engineer
Java Interview Questions and Answers

This video contains java interview questions and answers for experienced. Below are the Questions : What Are SOLID Principles ...

17:47
Java Interview Questions and Answers

30,986 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,959 views

3 years ago

Drunken Engineer
AnalyticsFox Softwares Interview Questions | Interview Experience

This video contains the Interview Questions that were asked as part of AnalyticsFox Softwares Pvt Ltd Interview Process. Relevel ...

14:09
AnalyticsFox Softwares Interview Questions | Interview Experience

1,060 views

4 years ago

J David Eisenberg
Chapter 4: Reading Strings and Extracting Characters from them

How to read a line of text into a string, and how to get specific characters from it.

3:58
Chapter 4: Reading Strings and Extracting Characters from them

123 views

6 years ago