Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,045 results
In this short video, you'll learn: ✓ Immutable Classes – Why they matter & how to create them ✓ Anonymous Classes – When ...
210 views
10 months ago
Discover how to use `Java Mock Class Construction` effectively in your unit tests, including how to manage serialVersionUID and ...
0 views
9 months ago
Java Tutorials - Anonymous Class #java #javaprogramming.
25 views
4 months ago
Discover how to streamline your Java testing methods by passing methods to anonymous classes without code duplication.
Discover the limitations of `anonymous classes` in Java regarding methods that can be added beyond the `superclass` in this ...
7 months ago
Discover the best practices for invoking outer class methods within anonymous classes in Java, ensuring your code runs smoothly ...
Learn how to effectively access the `var` member inside an anonymous class in Java. This guide breaks down the solution ...
... an enum constant overwrites an enum method the enum constant creates an anonymous class which extends the enum We can ...
26 views
Learn why custom properties and functions in `anonymous classes` in Java can be inaccessible and discover practical ...
Discover how to manage variable access in anonymous classes in Java, and find out why direct access remains tricky.
Discover why Java's raw anonymous classes lose generic types and learn how to fix it using named classes for a better coding ...
Learn how to call two methods simultaneously from an anonymous object in Java, understanding its possibilities and limitations.
11 months ago
Explore how the `this` keyword works within anonymous classes in Java, and discover the nuances of its references through clear ...
1 view
In this video, we delve into the fascinating world of Java programming, focusing on anonymous inner classes and the final ...
11 views
Discover how `Atomic` variables can be leveraged in Java's inner classes to overcome variable reassignment restrictions.
A guide to why `human.x=10` and `human.test()` produce compile errors in Java with anonymous inner classes, and how to fix ...
Explore the concept of implicit casting in Java threads using anonymous classes and learn why it may not occur with the ...
3 months ago
Discover how to fix the `NoClassDefFoundError` in Java when implementing UnaryOperator as an anonymous class with this ...
Discover how to effectively manage and retrieve generic types in Java using reflection and anonymous inner classes.
9 views
Discover the optimal method for referencing the enclosing class from an anonymous inner class in Java using ...