Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
1,956 results
Java language provides support to handle runtime errors in the form of exceptions called as exception handling. In this video we ...
641 views
2 years ago
java.lang.ClassCastException: class org.springframework.security.oauth2.core.oidc.user.DefaultOidcUser cannot be cast to class ...
1,614 views
3 years ago
Discover how to catch `ClassCastException` in Java when deserializing objects, ensuring robustness in your application.
2 views
11 months ago
Discover the causes and solutions for encountering a ClassCastException in Java. Learn how to avoid these errors in your Java ...
4 views
1 year ago
Learn effective techniques to handle and resolve `ClassCastException` issues when using `DefaultTableModel` in Java. Enhance ...
11 views
Learn how to fix the `ClassCastException` that occurs in Java when dealing with data types in `TreeMap`. This guide provides a ...
6 views
9 months ago
Lecture - 68 : - Class Cast Exception | Core Java | Full Course | Hindi Tutorial | Shubham Bytes Welcome to my Core Java Playlist!
130 views
A comprehensive guide to understanding and solving `java.lang.ClassCastException` when working with Java Unit Tests and ...
3 views
7 months ago
Exception in thread "main" java.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.lang.
3,617 views
Learn how to effectively resolve the `java.lang.ClassCastException` in Java, specifically within Spring applications, with a clear, ...
5 months ago
Discover how to effectively handle `ClassCastException` in Java when working with POGO classes and JSON conversions in a ...
1 view
3 months ago
Discover how to avoid `ClassCastException` when testing with Mockito in Java. Learn the correct approach to mocking interfaces ...
Learn how to solve `ClassCastException` issues when working with class hierarchies in Java. This post provides clear ...
Understand why casting to the `PageController` interface throws a ClassCastException in Java and learn how to avoid this ...
Learn how to fix the `ArrayList$SubList cannot be cast to class` error in Java with this comprehensive guide. Explore better coding ...
0 views
Learn how to avoid `ClassCastException` in Java by following best practices and leveraging the power of conditional checks.
What happens when a Student variable points to a Customer object? ClassCastException! Discover the heap pollution problem ...
1,477 views
1 month ago
This series of video guide to the java programming language covers Object Oriented Programming ,calculations, applets, loops, ...
2,550 views
14 years ago
Learn how to properly cast an Object into a different type in Java and understand the common pitfalls of typecasting. --- This video ...