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 the limitations of `anonymous classes` in Java regarding methods that can be added beyond the `superclass` in this ...
7 months ago
Discover how to streamline your Java testing methods by passing methods to anonymous classes without code duplication.
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 ...
Discover why Java's raw anonymous classes lose generic types and learn how to fix it using named classes for a better coding ...
Discover how to manage variable access in anonymous classes in Java, and find out why direct access remains tricky.
Learn why custom properties and functions in `anonymous classes` in Java can be inaccessible and discover practical ...
... an enum constant overwrites an enum method the enum constant creates an anonymous class which extends the enum We can ...
26 views
Explore how the `this` keyword works within anonymous classes in Java, and discover the nuances of its references through clear ...
1 view
Explore the concept of implicit casting in Java threads using anonymous classes and learn why it may not occur with the ...
3 months ago
Learn how to call two methods simultaneously from an anonymous object in Java, understanding its possibilities and limitations.
11 months ago
Discover how to fix the `NoClassDefFoundError` in Java when implementing UnaryOperator as an anonymous class with this ...
A guide to why `human.x=10` and `human.test()` produce compile errors in Java with anonymous inner classes, and how to fix ...
Discover how to effectively use `anonymous classes` and `lambda expressions` to replace listeners in Java, simplifying your code ...
In this video, we delve into the fascinating world of Java programming, focusing on anonymous inner classes and the final ...
11 views
Discover why accessing anonymous classes in Java's annotation processing environment is challenging, and explore alternative ...
Learn how to easily convert anonymous inner classes to `lambda` expressions in Java with step-by-step guidance and examples.
Learn how to effectively use the `OuterClassName.this` keyword to access outer class methods from anonymous inner classes in ...
2 views
Welcome to Mixible, your go-to source for comprehensive and informative content covering a broad range of topics from Stack ...
Discover the optimal method for referencing the enclosing class from an anonymous inner class in Java using ...
Discover how to effectively manage and retrieve generic types in Java using reflection and anonymous inner classes.
9 views
Discover how `Atomic` variables can be leveraged in Java's inner classes to overcome variable reassignment restrictions.