ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,861 results

Related queries

class cast exception java tamil

downcasting java

instanceof in java

KPBCODINGHUB
ClassCastException | EXCEPTIONS LIST IN JAVA

Java language provides support to handle runtime errors in the form of exceptions called as exception handling. In this video we ...

3:46
ClassCastException | EXCEPTIONS LIST IN JAVA

632 views

2 years ago

mb-techs
java.lang.ClassCastException: class

java.lang.ClassCastException: class org.springframework.security.oauth2.core.oidc.user.DefaultOidcUser cannot be cast to class ...

3:31
java.lang.ClassCastException: class

1,609 views

3 years ago

QAFox
Write a Java program which results in ClassCastException (Core Java Interview Question #373)

Write a Java program which results in ClassCastException (Core Java Interview Question #373) For any doubts, live training ...

6:43
Write a Java program which results in ClassCastException (Core Java Interview Question #373)

254 views

1 year ago

Venkat
#AnswerThat - ClassCastException in java , exceptions in java

This vedio explains about the ClassCast Exception Buy microsoft wireless keyboard and mouse at https://goo.gl/vzsOAB.

13:01
#AnswerThat - ClassCastException in java , exceptions in java

14,129 views

10 years ago

People also watched

TodoCode
🚀 EXCEPTIONS in JAVA OOP 🖥️ | TRY and CATCH | EASY Explanation 💥#17

⭐In this video, we'll look at the well-known #exceptions. Everything you need to know about those built into #Java as a ...

15:21
🚀 EXCEPTIONS in JAVA OOP 🖥️ | TRY and CATCH | EASY Explanation 💥#17

65,650 views

3 years ago

The Curious Coder
Create Immutable Class in Java | Interview Questions & Pitfalls

In this video, we deep dive into Immutable Classes in Java and clearly explain how to create your own custom immutable class ...

25:20
Create Immutable Class in Java | Interview Questions & Pitfalls

416 views

3 days ago

Java Shastra
ClassNotFoundException vs NoClassDefFoundError

Please do subscribe my channel: https://www.youtube.com/c/javashastra In this video we will see how see ...

14:13
ClassNotFoundException vs NoClassDefFoundError

3,404 views

3 years ago

Deege
How to handle 10 common Java Exceptions - 042

The exceptions are: ArithmeticException ArrayIndexOutOfBoundsException ClassCastException ClassNotFoundException ...

7:29
How to handle 10 common Java Exceptions - 042

12,916 views

9 years ago

Irfan Muhammad
Java for Android Tutorial #11: Classcastexception Handling

Class cast exception occurs, when you try to improperly assign one data type to another. You can either catch the exception or ...

3:39
Java for Android Tutorial #11: Classcastexception Handling

968 views

7 years ago

kotlin-for-java-developers-qa
What is IllegalArgumentException and IllegalStateException?

kotlin-for-java-developers-qa.

4:24
What is IllegalArgumentException and IllegalStateException?

7,049 views

8 years ago

Katsman
Java Programming - 26 - Type Casting

Hello! In this video we go over how to use type casts and what practical use they have in programming. ;D Thanks for reading and ...

5:01
Java Programming - 26 - Type Casting

53,026 views

13 years ago

Selenium Express
Explore object casting in java | parent p = new child() | upcasting with dynamic method dispatch

Object Casting is an Important concept in java which covers upcasting and downcasting in java.In this video, we are going to ...

48:51
Explore object casting in java | parent p = new child() | upcasting with dynamic method dispatch

52,207 views

7 years ago

Annkit Singh
java.math.biginteger cannot be casted to java.lang.long

Netbeans users if you got an this error while connecting ur project to database this video will surely help you.

4:06
java.math.biginteger cannot be casted to java.lang.long

10,271 views

5 years ago

SelectorsHub
How to fix the 'ShadowRoot cannot be cast to org.openqa.selenium.WebElement' error in selenium?

Take my Udemy Course and learn A to Z with deep concepts about XPath, cssSelector, WebElements, Shadow DOM, iframes, ...

9:41
How to fix the 'ShadowRoot cannot be cast to org.openqa.selenium.WebElement' error in selenium?

3,457 views

3 years ago

AshishBurman
ClassCastException

In this video, we dive into the ClassCastException in Java, a common runtime exception that occurs when you try to cast an object ...

7:09
ClassCastException

411 views

1 year ago

Telusko
#59 Upcasting and Downcasting in Java

Check out our courses: Java Spring Boot AI Live Course: https://go.telusko.com/JavaSpringBootAI Coupon: TELUSKO20 (20% ...

6:37
#59 Upcasting and Downcasting in Java

185,152 views

2 years ago

Programming Basics
Class Cast Exception

In this tutorial you gonna learn about class cast exception.

5:55
Class Cast Exception

8,405 views

12 years ago

vlogize
Understanding and Avoiding ClassCastException in Java

Discover the causes and solutions for encountering a ClassCastException in Java. Learn how to avoid these errors in your Java ...

1:16
Understanding and Avoiding ClassCastException in Java

4 views

1 year ago

Program Professor
#29  Class Cast Exception in Java in Tamil

In this lecture we are discussing: Class Cast Exception in Java #javatutorial #javaprogramming #codingforbeginners ...

6:01
#29 Class Cast Exception in Java in Tamil

549 views

1 year ago

JavaAndSpring Quick brushup
Why ClassCastException occurs? #javainterviewquestions

learn about more java and spring features by vising more videos on the channel.

0:29
Why ClassCastException occurs? #javainterviewquestions

131 views

7 months ago

vlogize
Solving ClassCastException in Mockito: A Guide for Java Developers

Discover how to avoid `ClassCastException` when testing with Mockito in Java. Learn the correct approach to mocking interfaces ...

1:50
Solving ClassCastException in Mockito: A Guide for Java Developers

1 view

8 months ago

blogize
Avoiding ClassCastException in Java: Essential Tips and Techniques

Learn how to avoid `ClassCastException` in Java by following best practices and leveraging the power of conditional checks.

1:16
Avoiding ClassCastException in Java: Essential Tips and Techniques

11 views

1 year ago

vlogize
Resolving ClassCastException with URL and URI in Java

How to fix the `java.lang.ClassCastException` when converting a URL string to a URI object in Java. Step-by-step guide to update ...

1:36
Resolving ClassCastException with URL and URI in Java

4 views

8 months ago

KAMLESHUTUBE
Java Programming -- Part 39 -- Case 5 -- Class Cast Exception

This series of video guide to the java programming language covers Object Oriented Programming ,calculations, applets, loops, ...

2:06
Java Programming -- Part 39 -- Case 5 -- Class Cast Exception

2,550 views

14 years ago

CodeLive
classcastexception in java with example java guides

Download 1M+ code from https://codegive.com/b2da54a understanding and handling classcastexception in java: a ...

10:37
classcastexception in java with example java guides

2 views

10 months ago

vlogize
Why Does Casting a Synchronized Map Result in a ClassCastException in Java?

Explore why casting a synchronized map can cause ClassCastException in Java, and understand the intricacies of class casting ...

1:26
Why Does Casting a Synchronized Map Result in a ClassCastException in Java?

4 views

11 months ago

CodeRide
how to solve classcastexception in java

Get Free GPT4.1 from https://codegive.com/7e05d69 ## Demystifying and Conquering ClassCastException in Java: A ...

1:51
how to solve classcastexception in java

0 views

6 months ago

ResponseXAI
java - Marshaling a double list and class cast exception - Stack Overflow

I find that the easiest way to do this is to create the XML Schema for the XML file, and then generate the Java classes from the ...

0:30
java - Marshaling a double list and class cast exception - Stack Overflow

2 views

7 months ago

vlogize
Understanding ClassCastException vs "Incompatible Types" in Java

Dive into the differences between `ClassCastException` and "Incompatible Types" errors in Java. Learn when each occurs, ...

2:22
Understanding ClassCastException vs "Incompatible Types" in Java

2 views

8 months ago

Oh My Software Engineer ....!
Java Tutorial on java.lang.ClassCastException || Clarification on Class Cast Exception

Exception in thread "main" java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.

2:43
Java Tutorial on java.lang.ClassCastException || Clarification on Class Cast Exception

3,615 views

3 years ago