ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

68 results

codegrindhub
Java instanceof Explained in 30 Seconds! 🔥  Type Checking Made Easy

Ever got a ClassCastException in Java? Then you need to know instanceof. In this short, we break down the instanceof keyword ...

0:27
Java instanceof Explained in 30 Seconds! 🔥 Type Checking Made Easy

222 views

6 months ago

Smart Architectural Programming
Understanding the instance of Keyword in Java

Mastering the instanceof keyword java is essential for writing type-safe code and avoiding unnecessary casting errors.

8:27
Understanding the instance of Keyword in Java

11 views

6 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

8 months ago

Learn With Tawhid
L37 | Java OOP | Polymorphism | Upcasting | Downcasting | instanceOf Keyword
20:22
L37 | Java OOP | Polymorphism | Upcasting | Downcasting | instanceOf Keyword

3,964 views

11 months ago

vlogize
How to Call a Method from a Different Class Using instanceof in Java's ArrayList

Here's how you can do it: Step-by-Step Process: Identify the Object Type: Use the instanceof keyword to check the type of the ...

1:33
How to Call a Method from a Different Class Using instanceof in Java's ArrayList

0 views

6 months ago

vlogize
Removing the First Occurrence of a Specific Object Type from a Linked List in Java

The Solution To solve this problem, we can utilize the instanceof keyword in Java, which allows us to check the object's type at ...

2:08
Removing the First Occurrence of a Specific Object Type from a Linked List in Java

3 views

8 months ago

vlogize
How to Retrieve Object Type in Java Efficiently

Learn different methods to retrieve the object type in Java, specifically when working with abstract classes and concrete ...

1:44
How to Retrieve Object Type in Java Efficiently

0 views

4 months ago

DrillCoding
What is instanceof in Java? | Java Interview Prep #shorts #drillcoding #javainterviewquestions

What is instanceof in Java? This keyword checks whether an object is an instance of a specific class or subclass — super useful ...

0:30
What is instanceof in Java? | Java Interview Prep #shorts #drillcoding #javainterviewquestions

100 views

4 months ago

vlogize
How to Call Methods from a MathTeacher Class in a Chain Inheritance Program

You can achieve this with the instanceof keyword: [[See Video to Reveal this Text or Code Snippet]] ArrayList Type: When creating ...

1:36
How to Call Methods from a MathTeacher Class in a Chain Inheritance Program

0 views

6 months ago

CodeLess
Java Keywords Interview Guide: Questions & Answers Explained

0:49 What is the static keyword in Java? 1:23 What is the this keyword in Java? 2:00 What is the super keyword in Java?

10:18
Java Keywords Interview Guide: Questions & Answers Explained

18 views

3 months ago

vlogommentary
Why Does Using getClass().cast() Result in a ClassCastException When Downcasting in Java?

Understand why `getClass().cast()` may cause a ClassCastException in Java when attempting downcasting and explore the ...

3:46
Why Does Using getClass().cast() Result in a ClassCastException When Downcasting in Java?

1 view

10 months ago

vlogize
Why Is My Type-Casting Not Working with an Object in Java?

Discover the common pitfalls of type-casting in Java when working with arrays and learn how to access methods safely using ...

1:41
Why Is My Type-Casting Not Working with an Object in Java?

0 views

3 months ago

vlogize
Casting a Generic Type to Access Common Properties in Java

Here's how to do it: Step-by-step Approach Check the Type of Input: You should use the instanceof keyword to determine the type ...

1:56
Casting a Generic Type to Access Common Properties in Java

2 views

8 months ago

Reboot And Rise With MLR
8. Identifiers and Keywords in Java -  తెలుగులో

2.2.2 Keywords Java has a set of reserved words, known as keywords, that are used to write Java programs. These keywords ...

6:11
8. Identifiers and Keywords in Java - తెలుగులో

16 views

8 months ago

Yaswanth IT
#10 Java Assignment, Ternary, instanceof, new & Dot Operators Explained | Java for Beginners

Unlock the full potential of Java by mastering key operators! In this beginner-friendly tutorial, we cover: ✓ Assignment Operators ...

13:53
#10 Java Assignment, Ternary, instanceof, new & Dot Operators Explained | Java for Beginners

25 views

4 months ago

vlogize
How to Use Std.isOfType() in Haxe to Check Object Types

Discover how to determine the type of an object in Haxe, similar to Java's `instanceof`, using `Std.isOfType()`. --- This video is ...

1:33
How to Use Std.isOfType() in Haxe to Check Object Types

1 view

6 months ago

CodeSnippet
🚀 5 Tricks Every Java Developer Should Know In 2025 ✅

... java java tricks java tips java developer java features java var keyword java text blocks java pattern matching java instanceof ...

10:41
🚀 5 Tricks Every Java Developer Should Know In 2025 ✅

5,303 views

3 weeks ago

vlogize
Resolving ClassCastException: How to Safely Cast from Double to Object in Java

Step 1: Use instanceof for Type Checking Before casting, use the instanceof keyword to confirm that the object is indeed a Figura.

1:56
Resolving ClassCastException: How to Safely Cast from Double to Object in Java

0 views

7 months ago

Tpoint Tech Hindi
#32 Instance of Operator in Java | How to Check Either an Object is an Instance of a Class or Not?

... java instanceof operator explained, java instanceof operator, java - instanceof operators, how to use this keyword in java, ...

34:41
#32 Instance of Operator in Java | How to Check Either an Object is an Instance of a Class or Not?

27 views

3 months ago

vlogize
How to Narrow Cast a Parent Class to Child Class in Java

... it's good practice to check if the object is indeed an instance of the target class using the instanceof keyword. For example: [[See ...

1:47
How to Narrow Cast a Parent Class to Child Class in Java

1 view

8 months ago