ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

59 results

Owen Wu
Java Instanceof Keyword

https://www.hackerrank.com/challenges/java-instanceof-keyword/problem?isFullScreen=true Could not solve on my own - come ...

7:53
Java Instanceof Keyword

0 views

8 hours 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

7 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
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

7 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

9 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

5 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

7 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

9 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

19 views

4 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

11 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

4 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

9 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

7 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

5 months ago

vlogize
Can You Use Integers and Strings in a Switch Case? Here’s the Answer!

... Combining instanceof and Switch One effective approach to handle both integers and strings is by using the instanceof keyword ...

1:58
Can You Use Integers and Strings in a Switch Case? Here’s the Answer!

1 view

9 months 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

vlogize
Is it Safe to Cast Objects from a Hashtable in Java?

... can use the instanceof keyword for safety: [[See Video to Reveal this Text or Code Snippet]] Document Type Expectations: Make ...

1:43
Is it Safe to Cast Objects from a Hashtable in Java?

0 views

9 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

9 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?

28 views

4 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,656 views

1 month ago