ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

338 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

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

639 views

1 year 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

804 views

4 years ago

Samir Paul
Exceptions

05_10.

13:23
Exceptions

478 views

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

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

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

231 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

J David Eisenberg
Chapter 18: 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 18: Kinds of Exceptions

105 views

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

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

Confreaks
RailsConf 2017: The Arcane Art of Error Handling by Brad Urani

RailsConf 2017: The Arcane Art of Error Handling by Brad Urani With complexity comes errors, and unexpected errors lead to ...

36:07
RailsConf 2017: The Arcane Art of Error Handling by Brad Urani

2,285 views

8 years ago

Samir Paul
Error Handling with Classes

ADSB 05_09.

5:10
Error Handling with Classes

419 views

10 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Wed 11.28.2018. Exceptions and Errors

Discussion of Java errors and error handling. https://cs125.cs.illinois.edu/learn/2018_11_28_exceptions_and_errors.

49:40
CS 125 Fall 2018: Wed 11.28.2018. Exceptions and Errors

635 views

7 years ago

nptelhrd
Mod-05 Lec-39 Exception Handling

Linux Programming & Scripting by Anand Iyer,Director, Calypto Design Systems.For more details on NPTEL visit http://nptel.ac.in.

39:02
Mod-05 Lec-39 Exception Handling

2,449 views

10 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

Otavio Santana
Java's Encapsulation -  When the getter and setter became your enemy

Encapsulation is the key to a good code design, but how to archive it? Java developers automatically think about putting getter ...

12:08
Java's Encapsulation - When the getter and setter became your enemy

1,112 views

3 years 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,917 views

6 years ago

Otavio Santana
Avoiding Pitfalls with Java Optional: Common Mistakes and How to Fix Them

Java's Optional API is a powerful tool for avoiding null pointer exceptions and writing more robust code. However, even Optional ...

10:09
Avoiding Pitfalls with Java Optional: Common Mistakes and How to Fix Them

1,447 views

2 years ago

Otavio Santana
4 Essential Tips to Enhance Your Java REST API Design

... got you covered from consistent resource naming and maintainability to security best practices and proper exception handling.

9:32
4 Essential Tips to Enhance Your Java REST API Design

455 views

1 year ago