ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

33 results

The Debug Zone
Fixing java.lang.ClassCastException: [Ljava.lang.Object; Cannot Be Cast To

In this video, we dive into the common Java error: `java.lang.ClassCastException`, specifically the message that states ...

4:03
Fixing java.lang.ClassCastException: [Ljava.lang.Object; Cannot Be Cast To

20 views

1 year ago

The Debug Zone
Fix ClassCastException: org.slf4j.impl.SimpleLoggerFactory to LoggerContext Error

In this video, we delve into the common issue of ClassCastException that arises when working with SLF4J logging in Java ...

6:23
Fix ClassCastException: org.slf4j.impl.SimpleLoggerFactory to LoggerContext Error

0 views

4 months ago

Dandalf
Java - Read text file - compared to reading text from keyboard

Open a text file using the Java Scanner. Read and display the contents of the file either line by line or by individual fields on each ...

12:44
Java - Read text file - compared to reading text from keyboard

206 views

4 years ago

J David Eisenberg
Chapter 2: Data Type Conversion in Java

You can use a *cast* to take an integer variable and ask Java to treat it as a double (and vice versa). This video gives you the ...

6:04
Chapter 2: Data Type Conversion in Java

225 views

5 years ago

Cave of Programming
Safe and Unsafe Cast Operators: Kotlin for Complete Beginners 043

Casting in Kotlin using the safe and unsafe cast operators. Github: https://github.com/caveofprogramming/Kotlin Free and ...

5:16
Safe and Unsafe Cast Operators: Kotlin for Complete Beginners 043

107 views

11 months ago

Dr C
CS162 Java = Subclassing, Polymorphism = Declared Type Vs Actual Type And Casting

Computer Science 162 at Tillamook Bay Community College.

7:01
CS162 Java = Subclassing, Polymorphism = Declared Type Vs Actual Type And Casting

285 views

3 years ago

inayat ali lakho
Java   Type Casting   Data Type Conversion

Java Type Casting Data Type Conversion.

6:33
Java Type Casting Data Type Conversion

2 views

1 year ago

Prof. Dr. Michael Helbig
💻 JAVA | Vererbung 10 - Operator instanceof und Type-Cast

Dieses Video ist Teil der Playlist: https://youtube.com/playlist?list=PLDkKPlx5HxBe3MjMs4bornl_xwfqmzQAf THEMEN: 1. JDK ...

10:01
💻 JAVA | Vererbung 10 - Operator instanceof und Type-Cast

744 views

7 years ago

Mr ARUL SUJU D
Exception Handling in Java

Exception Handling in Java.

18:27
Exception Handling in Java

135 views

7 years ago

PsychoTech Institute™
Operators in Java | Types | Relational, Conditional, Assignment, Bitwise, Logical, Shift, Ternary

Operators in Java are special symbols and keywords that are used to perform operations on variables and values. They are ...

5:45
Operators in Java | Types | Relational, Conditional, Assignment, Bitwise, Logical, Shift, Ternary

23 views

2 years ago

Lorenzo Barasti
Clojure Code Refactoring - Tips From a Mentor

For example, `list*` returns a lazy sequence, and calling `pop` on that throws a class cast exception. Using `conj` seems more ...

4:52
Clojure Code Refactoring - Tips From a Mentor

257 views

2 years ago

Ingeniero John Ortiz Ordoñez
Java Curso: 195 Validación de la Síntaxis Expresión Regular con PatternSyntaxException

https://github.com/Fhernd/Java-Ejercicios 195. Validación de la Síntaxis Expresión Regular con PatternSyntaxException con el ...

6:42
Java Curso: 195 Validación de la Síntaxis Expresión Regular con PatternSyntaxException

127 views

5 years ago

Somaditya Roy
Type Casting in Java

Type casting is just assigning a value of one primitive data type to another. When we try to assign the value of one data type to ...

5:32
Type Casting in Java

56 views

5 years ago

Cave of Programming
Intermediate-Advanced C++ 1: Exceptions Basics

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

13:57
Intermediate-Advanced C++ 1: Exceptions Basics

19,370 views

10 years ago

Cave of Programming
Intermediate-Advanced C++ 2: Standard Exceptions

Learn advanced C++ programming: https://www.udemy.com/course/learn-advanced-c-programming/ Make a social network with ...

7:07
Intermediate-Advanced C++ 2: Standard Exceptions

3,740 views

10 years ago

iFTEKHAR LIVE ASP DOT NET
Upcasting and Downcasting  74
8:41
Upcasting and Downcasting 74

327 views

7 years ago

CppNow
C++Now 2017: Marshall Clow “Fighting Compiler warnings"

http://cppnow.org — Lightning Talk — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

5:02
C++Now 2017: Marshall Clow “Fighting Compiler warnings"

1,337 views

8 years ago

Coding wala Shree
Lambda Expressions and Functional Interfaces - Part 3

Java8, #Java8Feature, #LambdaExpressions, #FunctionalInterface, #FunctionalInterfaceAnnotation, #Consumer, #Function, ...

17:23
Lambda Expressions and Functional Interfaces - Part 3

287 views

1 year ago

Somaditya Roy
Up casting and Down-casting in Java (Part-1)

Casting is the process of making a variable behaves as a variable of another type. If a class shares an IS-A or inheritance ...

14:42
Up casting and Down-casting in Java (Part-1)

196 views

5 years ago

Somaditya Roy
Up-casting and Down-casting in Java (Part-2)

Casting is the process of making a variable behaves as a variable of another type. If a class shares an IS-A or inheritance ...

5:48
Up-casting and Down-casting in Java (Part-2)

80 views

5 years ago