ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

68 results

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,921 views

10 years ago

VeryEvil CuteBunny
inherit8  instanceof and class casting
14:36
inherit8 instanceof and class casting

4,435 views

8 years ago

Josh Hug
[Inheritance2, Video 7] Type Checking and Casting

So in particular, if you run it, it will say class cast exception, and the code crashes at runtime. So we said earlier, actually in the ...

9:22
[Inheritance2, Video 7] Type Checking and Casting

24,533 views

8 years ago

CS Hero
Java Tutorial: How to Create an Exception Class

This video goes over: * Exception class hierarchy * the difference between checked and unchecked exceptions * How to create ...

10:49
Java Tutorial: How to Create an Exception Class

765 views

4 years ago

Droid Dev Hub
242 - Safe Cast and Unsafe Cast Operator

For Source Code And Quizzes: Drive Link: ...

5:06
242 - Safe Cast and Unsafe Cast Operator

13 views

1 year ago

CS2110 Cornell. OO Prog and Data Structures
Exceptions 1. Output of a thrown exception

If an exception is not caught by the program, it is thrown out of the program into the system, and the system prints information ...

4:58
Exceptions 1. Output of a thrown exception

4,942 views

8 years ago

Eye on Tech
RuntimeExceptions in Java: What Are They and How Do You Fix Them?

This walkthrough by TechTarget TheServerSide's Cameron Makenzie shows you how to fix some of the most common ...

13:15
RuntimeExceptions in Java: What Are They and How Do You Fix Them?

5,607 views

3 years ago

The Dev World - by Sergio Lema
Casting Objects | Complete Java Course for Beginners #9.1

In this video I will show how to cast objects. I will show how to cast primitive types, interfaces and their implementations and ...

6:46
Casting Objects | Complete Java Course for Beginners #9.1

520 views

3 years ago

Java
Sealed Classes - JEP Café #2

Java #OpenJDK #JDK This #JEPCafe discusses JEP 409, i.e. Sealed Classes, released in Java 17. Sealed classes is an ...

8:09
Sealed Classes - JEP Café #2

8,194 views

4 years ago

Quang Tran
4  If you've had a NotSerializableException in Spark

4.

5:54
4 If you've had a NotSerializableException in Spark

52 views

3 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

Bro Code
Java switch ⬇【4 minutes】

Java switch statement #Java #switch #statement public class Main { public static void main(String[] args) { // switch = statement ...

4:45
Java switch ⬇【4 minutes】

170,181 views

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

Josh Hug
Part 3 - exceptions

Well, there is a way to make your own exceptions, and if you've seen Python before, you've seen the "raise" keyword. So in Java ...

6:55
Part 3 - exceptions

17,787 views

6 years ago

Dr_K
ImmutablePerson-3of6-ConstructorExceptions

That is Java 8's way. It has a singleton class where I can get - I spelled that wrong - where I can get dates. IsoChronology. Alright ...

14:59
ImmutablePerson-3of6-ConstructorExceptions

2,072 views

10 years ago

Martin Carlisle
Java #02 - Basic Types and Objects

An introduction to declaring variables and the eight basic data types in Java. Download source code from ...

4:15
Java #02 - Basic Types and Objects

11,562 views

16 years ago

H Y R Tutorials
Why do we need to typecast the WebDriver Instance to use TakeScreenshot or JavascriptExecutor?

In this video, I have explained about "Why do we need to typecast the WebDriver instance to use TakeScreenshot or ...

14:35
Why do we need to typecast the WebDriver Instance to use TakeScreenshot or JavascriptExecutor?

32,869 views

5 years ago

Programming Terms Official
common exceptions in java  | IOException, FileNotFoundException, IndexOutOfBound, NullException etc

Lecture 11 part 6: common exceptions in java with examples |common exceptions in java | IOException, FileNotFoundException, ...

6:06
common exceptions in java | IOException, FileNotFoundException, IndexOutOfBound, NullException etc

12 views

1 year ago

vozzyo
Java Programming Course - Java University

https://www.udemy.com/java-university-from-beginner-to-professional-javaee-ejb-jpa-spring/?

4:40
Java Programming Course - Java University

12 views

7 years ago

Dave Leeds
Smart Casts with Kotlin Contracts

Did you know that Kotlin can smart-cast a variable in response to calling your own functions? Well, today we're going to use ...

7:35
Smart Casts with Kotlin Contracts

8,361 views

2 years ago