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,844 results
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
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.
325 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 ...
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
Explore the nuances of accessing static inner classes in Java, the misconceptions behind using class instances, and how to follow ...
1 view
The static keyword in Java is used for memory management and can be applied to variables, methods, blocks, and nested classes ...
466 views
5 months ago
Constructors are fundamental in Java — but they have strict rules because they deal directly with object creation. You cannot mark ...
2,502 views
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
Discover the solution to the `Illegal static declaration in inner class Solution.Result` error that often occurs on platforms like ...
5 views
Basic concepts of Java Classes and Objects.
82 views
Can We Create a Static Class in Java? | Core Java Interview Question Explained In this video, we answer a classic Core Java ...
162 views
Learn what a Static Inner Class is and how it differs from non-static inner classes. Abdul Bari explains access rules, memory ...
32 views
1 month ago
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
Want to understand static methods in Java like a pro? In this video, we break down how to define and call static methods from ...
8 views
Learn how to programmatically create an instantiable class that mirrors the methods of a static class in Java, utilizing reflection for ...
Change android:name="com.tst.MainActivity.InnerFragment" to android:class="com.tst.MainActivity$InnerFragment" ...
3 views