ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

269 results

ProgrammerBasics
How to Use Pattern Matching for instanceof in Java 17 2025?

Want cleaner and smarter Java code? Learn how to use pattern matching for instanceof in Java 17 — a powerful feature that ...

1:02
How to Use Pattern Matching for instanceof in Java 17 2025?

60 views

7 months ago

vlogize
Understanding instanceof in Java: Can it Check for "Enclosing Classes"?

Explore how Java's `instanceof` works and learn how to check for enclosing classes without creating additional classes.

1:53
Understanding instanceof in Java: Can it Check for "Enclosing Classes"?

0 views

9 months ago

Coding wala Shree
Primitive Types in Pattern Matching - instanceof and switch | Java 25 | JEP 507

Java 25 just gave instanceof and switch a massive upgrade! In this clip, we look at JEP 507: Primitive Types in Patterns.

1:54
Primitive Types in Pattern Matching - instanceof and switch | Java 25 | JEP 507

16 views

12 days ago

vlogize
Understanding instanceof in Java: How to Check Class Instances Correctly

Discover why `instanceof` can't be used directly on Class objects in Java, and learn how to use `Class# isAssignableFrom()` for ...

2:00
Understanding instanceof in Java: How to Check Class Instances Correctly

5 views

8 months ago

Programming With Nurulhuda
Java 24 Enables instanceof for Primitives | Java Programming

Java 24 Enables instanceof for Primitives | Java Programming #java #javafeatures #java24.

2:21
Java 24 Enables instanceof for Primitives | Java Programming

24 views

7 months ago

ByteVault
Old vs New Java instanceof ✅ #shorts

Java 14 makes instanceof checks super clean! See how. #Java #CodingTips #TechShorts #ByteVault Like & Subscribe for ...

0:22
Old vs New Java instanceof ✅ #shorts

4 views

6 months ago

El vlog de Tinchicus
Tips rapidos en Java / instanceOf

Permite determinar si un objeto es instancia de una clase, para mas informacion y ejemplos les recomiendo visitar mi blog: ...

0:57
Tips rapidos en Java / instanceOf

2 views

2 months ago

vlogize
How to Get Rid of instanceof in Java: A Guide to Cleaner Code

Discover effective strategies to eliminate `instanceof` checks in Java, improving code clarity, maintainability, and adherence to ...

1:48
How to Get Rid of instanceof in Java: A Guide to Cleaner Code

1 view

5 months ago

vlogize
Understanding the Performance Impact of instanceof in Java

Discover if using the `instanceof` operator in Java affects your application's performance. Explore alternative approaches and ...

1:21
Understanding the Performance Impact of instanceof in Java

7 views

10 months ago

vlogize
How to Efficiently Check Instanceof in Java Streams with FluentIterable

Learn how to effectively check object types before filtering in Java streams using `FluentIterable` from Guava, ensuring clean and ...

1:42
How to Efficiently Check Instanceof in Java Streams with FluentIterable

0 views

9 months ago

codewithheeren
Day 5 - [#1] Instance of operator

Welcome to our Java Crash Course! In this video, we'll explore the instanceof operator in Java, an essential tool for ...

1:58
Day 5 - [#1] Instance of operator

22 views

11 months ago

vlogize
Understanding instanceof in Java: Ensuring the Right Return Value

Learn how to use the `instanceof` operator in Java correctly, especially when dealing with interfaces and implementing classes.

1:31
Understanding instanceof in Java: Ensuring the Right Return Value

0 views

7 months ago

vlogize
How to Use instanceof Dynamically in Java

Learn how to dynamically check if an object is an instance of a class using a string variable in Java. This guide will break down ...

1:57
How to Use instanceof Dynamically in Java

0 views

9 months ago

vlogize
Understanding the getClass() & instanceof Semantics with Different Classloaders in Java

Explore the intricate relationship between classloaders in Java and how they affect class equality and inheritance, specifically ...

1:52
Understanding the getClass() & instanceof Semantics with Different Classloaders in Java

3 views

9 months ago

vlogize
Understanding instanceof in Java: How to Handle Multiple Object Parameters

Learn how to effectively use `instanceof` with multiple object parameters in Java. This guide breaks down a common issue and ...

1:54
Understanding instanceof in Java: How to Handle Multiple Object Parameters

0 views

9 months ago

vlogize
Verstehen der Performance-Auswirkungen von instanceof in Java

Erfahren Sie, ob die Verwendung des `instanceof` Operators in Java die Leistung Ihrer Anwendung beeinflusst. Entdecken Sie ...

1:13
Verstehen der Performance-Auswirkungen von instanceof in Java

0 views

1 month ago

The Debug Zone
Using Hamcrest: How to Use instanceof and Cast for Matchers in Java

In this video, we dive into the powerful world of Hamcrest matchers in Java, focusing specifically on the use of `instanceof` and ...

3:30
Using Hamcrest: How to Use instanceof and Cast for Matchers in Java

1 view

4 months ago

vlogize
Solving the instanceof Problem in Java GUI Applications

Discover how to implement a flexible `draw()` method in Java, allowing you to manage various GUI function blocks effortlessly ...

2:07
Solving the instanceof Problem in Java GUI Applications

4 views

9 months ago

Softstep Solution
🟢Java instanceOf Operator🟢 #Java #instanceOf #TechTips #Viral #Trending #Softstep #SoftstepSolution

Java Instanceof Operator ✓✓ Unlock the secrets of Java's `instanceOf` operator in this concise 3-minute tutorial! Whether ...

3:03
🟢Java instanceOf Operator🟢 #Java #instanceOf #TechTips #Viral #Trending #Softstep #SoftstepSolution

28 views

9 months ago

vlogize
How to Effectively Use instanceof with Class Parameters in Java

Discover a simple solution to check instances of classes passed to a function, using Java's `instanceof` and class handling ...

1:57
How to Effectively Use instanceof with Class Parameters in Java

0 views

7 months ago