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
9,944 results
Learn how to mock static methods in Java the right way in this 2025 Mockito update! No more PowerMock headaches — we ...
177 views
7 months ago
El audio quedó desfasado, sin embargo creo que se explica bien en qué consiste y de qué se compone el método public static ...
97 views
8 months ago
Explore the best practices for using static classes in Java and understand why a well-organized structure is crucial for ...
0 views
Discover when to create inner or inner static classes in Java, along with practical examples and clarity on accessing them ...
9 months ago
Discover effective techniques for mocking nested static classes in Java with Mockito and avoid NullPointerExceptions in your tests ...
2 views
Learn how to conform a static class to an interface in Java. Discover whether using static methods or singleton patterns is more ...
3 months ago
Discover the implications of a static class extending a non-static class in Java. Understand the design considerations and best ...
The static keyword in Java is used for memory management and can be applied to variables, methods, blocks, and nested classes ...
471 views
5 months ago
Can We Create a Static Class in Java? | Core Java Interview Question Explained In this video, we answer a classic Core Java ...
167 views
Explore the nuances of accessing static inner classes in Java, the misconceptions behind using class instances, and how to follow ...
1 view
Master Inner Classes & Static Nested Classes in Java with Simple Examples! In this video, we cover: ✓ What is a Member ...
18 views
10 months ago
Change android:name="com.tst.MainActivity.InnerFragment" to android:class="com.tst.MainActivity$InnerFragment"Â ...
3 views
Constructors are fundamental in Java — but they have strict rules because they deal directly with object creation. You cannot mark ...
2,502 views
Discover the solution to the `Illegal static declaration in inner class Solution.Result` error that often occurs on platforms like ...
5 views
In this video I am talking about static in Java So usually we have four things which we can make static in Java Static variable Static ...
12 views
Learn what a Static Inner Class is and how it differs from non-static inner classes. Abdul Bari explains access rules, memory ...
42 views
1 month ago
Learn how to programmatically create an instantiable class that mirrors the methods of a static class in Java, utilizing reflection for ...
Basic concepts of Java Classes and Objects.
82 views
Learn to effectively mock static class functions with inner methods using Mockito in Java. This guide walks you through common ...
Learn how to correctly access static member classes in Java while maintaining clean and organized code. Discover best practices ...
11 months ago