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
13,452 results
"What are static utility classes in Java? These are final, non-instantiable classes that provide **reusable and stateless ...
786 views
8 months ago
Learn how to mock static methods in JUnit 5 for Spring Boot applications using Mockito, without the need for PowerMockito.
312 views
11 months ago
Our Discord, GitHub repo, and socials can be found here: https://linktr.ee/geekific.
1,751 views
10 months ago
Discover when to create inner or inner static classes in Java, along with practical examples and clarity on accessing them ...
0 views
Ever wondered what the static keyword actually does in Java? In this short, you'll learn how static variables, methods, blocks, and ...
291 views
6 months ago
Discover effective techniques for mocking nested static classes in Java with Mockito and avoid NullPointerExceptions in your tests ...
2 views
9 months ago
In this short we will see can we serialize static fields in Java. Subscribe the channel for regular Java updates.
999 views
Discover the implications of a static class extending a non-static class in Java. Understand the design considerations and best ...
Can We Create a Static Class in Java? | Core Java Interview Question Explained In this video, we answer a classic Core Java ...
158 views
2 months ago
Use class methods without creating an instance!
2,721 views
7 months 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
4 months ago
Static Variables in Java | Class Variables in Java | Java Programming | Coding Draft by Kanika #StaticVariables #ClassVariables ...
660 views
1 month ago
🚀 Learn the Static Keyword in Java in just 60 seconds! In this quick Java tutorial, we explain what is static keyword in Java ...
905 views
Learn how to conform a static class to an interface in Java. Discover whether using static methods or singleton patterns is more ...
Constructors are fundamental in Java — but they have strict rules because they deal directly with object creation. You cannot mark ...
2,484 views
In this video, we explore static blocks and non-static (instance) blocks in Java with a simple example. You'll learn: ✓ When a ...
130 views
3 months ago
In this video, we explore how to create a Utility Class in Java. Utility classes are designed to restrict object creation and provide ...
86 views
... rate formulas globally tips and tricks use static methods in utility/helper classes group them in a single utils java file avoid putting ...
125 views
5 months ago
interviewquestions #java #programming What is Static Keyword in Java? | Java Interview Question Series | Java Shorts In Java, ...
420 views
Discover the solution to the `Illegal static declaration in inner class Solution.Result` error that often occurs on platforms like ...
5 views