ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,045 results

BITBEE
Immutable & Anonymous Classes in Java

In this short video, you'll learn: ✓ Immutable Classes – Why they matter & how to create them ✓ Anonymous Classes – When ...

1:51
Immutable & Anonymous Classes in Java

210 views

10 months ago

vlogize
Understanding Java Mock Class Construction: A Deep Dive into Anonymous Inner Classes

Discover how to use `Java Mock Class Construction` effectively in your unit tests, including how to manage serialVersionUID and ...

1:50
Understanding Java Mock Class Construction: A Deep Dive into Anonymous Inner Classes

0 views

9 months ago

Orkhan Gasanov
Java Tutorials - Anonymous Class

Java Tutorials - Anonymous Class #java #javaprogramming.

3:02
Java Tutorials - Anonymous Class

25 views

4 months ago

vlogize
How to Pass Methods to Anonymous Class in Java: A Cleaner Approach

Discover how to streamline your Java testing methods by passing methods to anonymous classes without code duplication.

2:01
How to Pass Methods to Anonymous Class in Java: A Cleaner Approach

0 views

9 months ago

vlogize
Can an anonymous class in Java have other methods?

Discover the limitations of `anonymous classes` in Java regarding methods that can be added beyond the `superclass` in this ...

2:05
Can an anonymous class in Java have other methods?

0 views

7 months ago

vlogize
How to Call an Outer Class Method from an Anonymous Class in Java the right way

Discover the best practices for invoking outer class methods within anonymous classes in Java, ensuring your code runs smoothly ...

1:33
How to Call an Outer Class Method from an Anonymous Class in Java the right way

0 views

7 months ago

vlogize
Accessing var Member in an Anonymous Class in Java

Learn how to effectively access the `var` member inside an anonymous class in Java. This guide breaks down the solution ...

1:46
Accessing var Member in an Anonymous Class in Java

0 views

7 months ago

JavaBeanz
Enum Override: Constant-Specific Class Body Example

... an enum constant overwrites an enum method the enum constant creates an anonymous class which extends the enum We can ...

2:38
Enum Override: Constant-Specific Class Body Example

26 views

7 months ago

vlogize
Understanding Anonymous Classes in Java: Why You Can't Access Custom Properties

Learn why custom properties and functions in `anonymous classes` in Java can be inaccessible and discover practical ...

2:11
Understanding Anonymous Classes in Java: Why You Can't Access Custom Properties

0 views

4 months ago

vlogize
Unlocking Access to Variables in Anonymous Classes in Java

Discover how to manage variable access in anonymous classes in Java, and find out why direct access remains tricky.

1:57
Unlocking Access to Variables in Anonymous Classes in Java

0 views

9 months ago

vlogize
Understanding Java's Raw Anonymous Class Type Behavior: A Clear Solution

Discover why Java's raw anonymous classes lose generic types and learn how to fix it using named classes for a better coding ...

1:37
Understanding Java's Raw Anonymous Class Type Behavior: A Clear Solution

0 views

9 months ago

vlogize
How to Invoke Two Methods from an Anonymous Object in Java

Learn how to call two methods simultaneously from an anonymous object in Java, understanding its possibilities and limitations.

1:15
How to Invoke Two Methods from an Anonymous Object in Java

0 views

11 months ago

vlogize
Understanding the this Keyword Inside Anonymous Classes in Java

Explore how the `this` keyword works within anonymous classes in Java, and discover the nuances of its references through clear ...

1:45
Understanding the this Keyword Inside Anonymous Classes in Java

1 view

7 months ago

The Debug Zone
Understanding Anonymous Inner Classes and Final Modifier in Java

In this video, we delve into the fascinating world of Java programming, focusing on anonymous inner classes and the final ...

2:28
Understanding Anonymous Inner Classes and Final Modifier in Java

11 views

7 months ago

vlogize
Understanding Atomic Variables in Java's Inner Classes

Discover how `Atomic` variables can be leveraged in Java's inner classes to overcome variable reassignment restrictions.

2:04
Understanding Atomic Variables in Java's Inner Classes

1 view

9 months ago

vlogize
Understanding Compile Errors in Java with Anonymous Inner Classes

A guide to why `human.x=10` and `human.test()` produce compile errors in Java with anonymous inner classes, and how to fix ...

1:28
Understanding Compile Errors in Java with Anonymous Inner Classes

0 views

9 months ago

vlogize
Understanding Implicit Casting with Anonymous Classes in Java Threads

Explore the concept of implicit casting in Java threads using anonymous classes and learn why it may not occur with the ...

1:27
Understanding Implicit Casting with Anonymous Classes in Java Threads

1 view

3 months ago

vlogize
How to Resolve NoClassDefFoundError in Java When Using Anonymous Classes with UnaryOperator

Discover how to fix the `NoClassDefFoundError` in Java when implementing UnaryOperator as an anonymous class with this ...

1:36
How to Resolve NoClassDefFoundError in Java When Using Anonymous Classes with UnaryOperator

0 views

7 months ago

vlogize
How to Pass GenericType in Java

Discover how to effectively manage and retrieve generic types in Java using reflection and anonymous inner classes.

1:57
How to Pass GenericType in Java

9 views

9 months ago

vlogize
How to Reference the Enclosing Class in an Anonymous Inner Class in Java

Discover the optimal method for referencing the enclosing class from an anonymous inner class in Java using ...

1:21
How to Reference the Enclosing Class in an Anonymous Inner Class in Java

1 view

11 months ago