ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

137 results

YourWalkOnTech
Introduction to Java exceptions

A brief introduction to Java exceptions: what they are, the classes involved, what java.lang.Error is, where exceptions come from ...

19:17
Introduction to Java exceptions

60 views

1 year ago

J David Eisenberg
Chapter 12: Using Exceptions

Learn when to use -- and not to use -- exceptions.

4:14
Chapter 12: Using Exceptions

170 views

5 years ago

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

802 views

4 years ago

J David Eisenberg
Chapter 12: Kinds of Exceptions

There are different kinds and subclasses of Exception. This video describes the Exception hierarchy and talks about checked vs.

2:13
Chapter 12: Kinds of Exceptions

164 views

5 years ago

Samir Paul
Exceptions

05_10.

13:23
Exceptions

478 views

10 years ago

J David Eisenberg
Chapter12: Processing Exceptions

Find out what happens when you throw an exception in a series of method calls several levels deep. Program that demonstrates ...

2:59
Chapter12: Processing Exceptions

230 views

5 years ago

J David Eisenberg
Chapter 12: Exceptions (the basics)

An exception is a run time error. Find out the basics of catching them before they crash your program!

8:11
Chapter 12: Exceptions (the basics)

273 views

5 years ago

Otavio Santana
Mastering Exception Handling in Java: Best Practices and Tips

In this video, we delve into the crucial topic of creating effective exceptions in your Java code. Understanding and implementing ...

8:54
Mastering Exception Handling in Java: Best Practices and Tips

632 views

1 year ago

Dandalf
Java Keyboard Input Exceptions using try...throw...catch

Java Exceptions using try...throw...catch with the Electric BIll as an example. The discussion covers inputMismatchException and ...

6:01
Java Keyboard Input Exceptions using try...throw...catch

103 views

3 years ago

videoconferencias
UTPL GESTIÓN DE EXCEPCIONES EN JAVA [(INFORMÁTICA)(PROGRAMACIÓN DE ALGORITMOS)]

UNIVERSIDAD TÉCNICA PARTICULAR DE LOJA Informática Programación de Algoritmos Tema: Gestión de excepciones en ...

12:17
UTPL GESTIÓN DE EXCEPCIONES EN JAVA [(INFORMÁTICA)(PROGRAMACIÓN DE ALGORITMOS)]

3,824 views

13 years ago

YAWL User Group
YAWL Exlets: Smarter Error Handling

How does YAWL handle workflow exceptions? This video introduces exlets, YAWL's mechanism for handling exceptions in ...

12:30
YAWL Exlets: Smarter Error Handling

624 views

5 years ago

YourWalkOnTech
What "handle an exception" means

A comprehensive guide to handling exceptions in Java: we'll firstly understand how to decide how to handle an exception, and ...

24:32
What "handle an exception" means

33 views

1 year ago

Guillermo Calvo
Result Library for Java

Result* is a Java library to handle success and failure without exceptions. https://result.leakyabstractions.com/ _This podcast was ...

16:14
Result Library for Java

21 views

1 year ago

J David Eisenberg
Chapter 2: Types of Errors in Java Programs

Learn about syntax, runtime, and semantic errors. Art credits: Freaked-out face: FreeCliparts ...

5:35
Chapter 2: Types of Errors in Java Programs

3,913 views

6 years ago

Samir Paul
Error Handling with Classes

ADSB 05_09.

5:10
Error Handling with Classes

419 views

10 years ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,736 views

3 years ago

J David Eisenberg
Chapter12: “try” with resources

Using the try-with-resources construct will allow Java to close files for you automatically so you don't have to do it explicitly.

2:52
Chapter12: “try” with resources

173 views

5 years ago

ABMedia
Java for C# Developers

Java for C# Developers In this video, we're going to cover the differences between C# and Java. There aren't MANY differences ...

25:32
Java for C# Developers

19,236 views

5 years ago

J David Eisenberg
Chapter 18: Exceptions -  Miscellaneous Topics

Using the information in an Exception object; the "finally" clause.

2:48
Chapter 18: Exceptions - Miscellaneous Topics

122 views

4 years ago

Google for Developers
Off the Charts: 5 Reasons You Should be Measuring Exceptions

Andrew Wales shows why you should be measuring exceptions in your Android or iOS app today using Google Mobile App ...

27:37
Off the Charts: 5 Reasons You Should be Measuring Exceptions

994 views

Streamed 12 years ago