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
10,057 results
Learn how to mock static methods in Java the right way in this 2025 Mockito update! No more PowerMock headaches — we ...
174 views
7 months ago
Learn how to mock static methods in JUnit 5 for Spring Boot applications using Mockito, without the need for PowerMockito.
323 views
11 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
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 ...
464 views
5 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 ...
96 views
8 months ago
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
Master Inner Classes & Static Nested Classes in Java with Simple Examples! In this video, we cover: ✓ What is a Member ...
17 views
10 months ago
Explore the nuances of accessing static inner classes in Java, the misconceptions behind using class instances, and how to follow ...
1 view
Can We Create a Static Class in Java? | Core Java Interview Question Explained In this video, we answer a classic Core Java ...
160 views
Basic concepts of Java Classes and Objects.
82 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
In this video, we go deeper into Java class structures: ✓ How to define fields with static and final keywords ✓ Understanding ...
59 views
static inner class can access only the static data members of the outer class. It can't access non-static data members of the outer ...
47 views
Learn what a Static Inner Class is and how it differs from non-static inner classes. Abdul Bari explains access rules, memory ...
29 views
4 weeks ago
Static keyword in Java | Static variables | Static Methods| Static Blocks in Java | static class | Java Static Keyword Explained in ...
51 views
Discover the solution to the `Illegal static declaration in inner class Solution.Result` error that often occurs on platforms like ...
5 views
Change android:name="com.tst.MainActivity.InnerFragment" to android:class="com.tst.MainActivity$InnerFragment"Â ...
3 views
6 months ago