ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

478 results

The Debug Zone
Understanding Method References in Java: Parameters Explained with Examples

In this video, we delve into the concept of method references in Java, a powerful feature introduced in Java 8 that enhances the ...

1:55
Understanding Method References in Java: Parameters Explained with Examples

1 view

6 months ago

Interview DOT
Java 8 Method Reference | Explain Java 8 Lambda Expression | Capitalise Example | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. Java 8 ...

2:27
Java 8 Method Reference | Explain Java 8 Lambda Expression | Capitalise Example | InterviewDOT

688 views

5 years ago

The Debug Zone
Using Method References for Top-Level Functions in JShell: A Guide

In this video, we explore the powerful concept of method references in JShell, Java's interactive shell. You'll learn how to leverage ...

3:16
Using Method References for Top-Level Functions in JShell: A Guide

10 views

1 year ago

The Debug Zone
Using Method References in Java to Remove Elements from a List

In this video, we explore the powerful feature of method references in Java and how they can simplify your code when working ...

1:31
Using Method References in Java to Remove Elements from a List

1 view

3 months ago

The Debug Zone
Understanding Java Local Static Method Reference Shorthand Syntax Explained

In this video, we delve into the concept of Java Local Static Method Reference Shorthand Syntax, a powerful feature that ...

3:11
Understanding Java Local Static Method Reference Shorthand Syntax Explained

4 views

1 year ago

The Debug Zone
Understanding Atomic Reference Assignment in Java: Key Concepts Explained

In this video, we delve into the intricacies of atomic reference assignment in Java, a crucial concept for ensuring thread-safe ...

3:34
Understanding Atomic Reference Assignment in Java: Key Concepts Explained

21 views

11 months ago

The Debug Zone
How to Use Annotations to Reference Methods in Java: A Step-by-Step Guide

In this video, we'll explore the powerful world of annotations in Java and how they can be used to reference methods effectively.

1:31
How to Use Annotations to Reference Methods in Java: A Step-by-Step Guide

0 views

11 days ago

FewSteps
How does the == operator differ from the .equals() method?

The equals method() in Java can be confusing! In this video, we break down the key differences between the == operator and ...

3:49
How does the == operator differ from the .equals() method?

25 views

1 year ago

Nida Karagoz
Ambiguity in method references

Ambiguity in method references ✧ I really hope you found a helpful solution! ♡ The Content is licensed under CC ...

1:45
Ambiguity in method references

1 view

7 months ago

Roel Van de Paar
Java 8 Method references called on a local variable (3 Solutions!!)

Java 8 Method references called on a local variable Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

3:15
Java 8 Method references called on a local variable (3 Solutions!!)

8 views

3 years ago

J David Eisenberg
Chapter 9: Primitive and Reference Types

Primitives (int, double, etc.) have values stored in their memory locations. Objects have references to the memory where the data ...

1:42
Chapter 9: Primitive and Reference Types

1,727 views

6 years ago

The Debug Zone
How to Reference a Parameter from Another Method in Programming

In this video, we delve into the essential programming concept of referencing parameters from one method to another.

3:30
How to Reference a Parameter from Another Method in Programming

6 views

1 year ago

Interview DOT
JAVA 8 - CAN I UPDATE LOCAL VARIABLE INSIDE A LAMBDA EXPRESSION EFFECTIVELY FINAL | INTERVIEWDOT

JAVA8 #JAVA8INTERVIEW #JAVA8INTERVIEWLAMBDA #JAVA8EFFECTIVEFINAL Click here ...

1:57
JAVA 8 - CAN I UPDATE LOCAL VARIABLE INSIDE A LAMBDA EXPRESSION EFFECTIVELY FINAL | INTERVIEWDOT

3,532 views

4 years ago

J David Eisenberg
Chapter 9: Passing Objects to Methods

When you pass an object to a method, you are passing a copy of the *reference* to that object. That lets you update an object's ...

2:07
Chapter 9: Passing Objects to Methods

1,012 views

6 years ago

The Debug Zone
Java 'this' Keyword Explained: How to Escape References in Your Code

In this video, we dive into the intricacies of the 'this' keyword in Java, a fundamental concept that every programmer should master ...

1:30
Java 'this' Keyword Explained: How to Escape References in Your Code

1 view

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

726 views

6 years ago

The Debug Zone
Is reference to an instance method serializable in Java 8?

java-8: Is reference to an instance method serializable in Java 8? Thanks for taking the time to learn more. In this video I'll go ...

0:10
Is reference to an instance method serializable in Java 8?

1 view

1 year ago

Interview DOT
Explain Java 8 Lambda Expression | What is Lambda Expression | Example Java Code Demo | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications.

3:03
Explain Java 8 Lambda Expression | What is Lambda Expression | Example Java Code Demo | InterviewDOT

4,487 views

5 years ago

Interview DOT
Java 8 IntStream MapToObj | Build The Character Pattern Using Java 8 IntStream | Demo | InterviewDOT

Click here - https://www.youtube.com/channel/UCd0U_xlQxdZynq09knDszXA?sub_confirmation=1 to get notifications. Java 8 ...

1:43
Java 8 IntStream MapToObj | Build The Character Pattern Using Java 8 IntStream | Demo | InterviewDOT

1,427 views

5 years ago

Roel Van de Paar
Java How to reference an array in a method without passing as an argument (2 Solutions!!)

Java How to reference an array in a method without passing as an argument Helpful? Please use the *Thanks* button above!

3:17
Java How to reference an array in a method without passing as an argument (2 Solutions!!)

8 views

3 years ago