ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,767 results

blogize
How to Mock Static Methods in JUnit 5 Without PowerMockito

Learn how to mock static methods in JUnit 5 for Spring Boot applications using Mockito, without the need for PowerMockito.

1:43
How to Mock Static Methods in JUnit 5 Without PowerMockito

312 views

11 months ago

vlogize
When to Use Inner Classes or Inner Static Classes in Java

Discover when to create inner or inner static classes in Java, along with practical examples and clarity on accessing them ...

1:49
When to Use Inner Classes or Inner Static Classes in Java

0 views

8 months ago

vlogize
How to Mock a Nested Static Class in Java

Discover effective techniques for mocking nested static classes in Java with Mockito and avoid NullPointerExceptions in your tests ...

1:57
How to Mock a Nested Static Class in Java

2 views

9 months ago

vlogize
Understanding Why You Can't Access an Inner Static Class in Java with a Class Object

Explore the nuances of accessing static inner classes in Java, the misconceptions behind using class instances, and how to follow ...

1:52
Understanding Why You Can't Access an Inner Static Class in Java with a Class Object

1 view

2 months ago

vlogize
Conforming a static class to an Interface in Java: A Detailed Guide

Learn how to conform a static class to an interface in Java. Discover whether using static methods or singleton patterns is more ...

2:05
Conforming a static class to an Interface in Java: A Detailed Guide

0 views

2 months ago

vlogize
Can a Static Class Extend a Non-Static Class in Java? Here’s What You Need to Know!

Discover the implications of a static class extending a non-static class in Java. Understand the design considerations and best ...

1:42
Can a Static Class Extend a Non-Static Class in Java? Here’s What You Need to Know!

0 views

8 months ago

Coding with Vighnesh
Top 75+ Tricky Java Interview Questions - Can  we create static class in Java? #javainterview #java8

Can We Create a Static Class in Java? | Core Java Interview Question Explained In this video, we answer a classic Core Java ...

1:52
Top 75+ Tricky Java Interview Questions - Can we create static class in Java? #javainterview #java8

158 views

2 months ago

Java Guides
Can Constructor Be final or static in Java?

Constructors are fundamental in Java — but they have strict rules because they deal directly with object creation. You cannot mark ...

1:58
Can Constructor Be final or static in Java?

2,484 views

7 months ago

vlogize
Dynamic ArrayList Creation in Java with getString from a Static Class

Learn how to avoid hard-coded strings in your ArrayList creation by utilizing `getString` in Java for better flexibility and scalability.

1:54
Dynamic ArrayList Creation in Java with getString from a Static Class

1 view

3 months ago

Hacktrickz
Lecture 15.4 : Static Inner Class — [Abdul Bari] Java Course

Learn what a Static Inner Class is and how it differs from non-static inner classes. Abdul Bari explains access rules, memory ...

3:26
Lecture 15.4 : Static Inner Class — [Abdul Bari] Java Course

0 views

11 days ago

vlogize
Understanding Illegal static declaration in inner class Solution.Result Error in Java

Discover the solution to the `Illegal static declaration in inner class Solution.Result` error that often occurs on platforms like ...

2:14
Understanding Illegal static declaration in inner class Solution.Result Error in Java

5 views

6 months ago