ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,665 results

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

CS Hero
Java Tutorial: Exceptions  with AutoClosable

And the divide method may throw a divide by zero exception if the denominator is zero, and then we handle it in the stack trace ...

3:25
Java Tutorial: Exceptions with AutoClosable

454 views

5 years ago

Hypnojava
Explaining about exceptions in Java. What is the difference between checked and unchecked exceptions

A short explaining about exceptions in Java and hat is the difference between checked and unchecked exceptions.

2:15
Explaining about exceptions in Java. What is the difference between checked and unchecked exceptions

22 views

8 months ago

Martin Carlisle
Java #06 - Exceptions and Input Validation

Explains Java exceptions, the try-catch block, and using a loop and try-catch to validate input. Download source code from ...

2:47
Java #06 - Exceptions and Input Validation

28,442 views

16 years ago

CS2110 Cornell. OO Prog and Data Structures
Exception 9. The throws clause

Some thrown exceptions require you to put a throws clause in the method signature. We talk about this.

1:28
Exception 9. The throws clause

1,126 views

8 years ago

PowerJava
Compile Time Vs Run Time Error in Java

There seems to be some confusion over a runtime error and a compile-time error. This particular example is a runtime error.

0:43
Compile Time Vs Run Time Error in Java

25,655 views

10 years ago

Josh Hug
[Syntax2, Video 4] Uncaught Exceptions

Well, what the Java interpreter will do is it'll say, is somebody in peek going to catch-- or will the peek method catch the exception?

1:58
[Syntax2, Video 4] Uncaught Exceptions

6,231 views

8 years ago

Java Tutorial
Java Tutorial: Exception-Handling 1: Types of Programming Bugs

Completed for an introductory Java class. Part 1: Before you can learn to fix bugs, you must learn the types that exist: syntax bugs, ...

2:53
Java Tutorial: Exception-Handling 1: Types of Programming Bugs

12 views

5 years ago

Udacity
Find the Error - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

1:44
Find the Error - Intro to Java Programming

4,333 views

10 years ago

Etechniz
How To Fix Java Exception Has Occurred ( 2025 )

We described how to fix java exception has occurred error. If you're facing a javascript error occurred in the main process, this ...

1:27
How To Fix Java Exception Has Occurred ( 2025 )

2,164 views

10 months ago

Florian Kistner
Moonstone: Support for Understanding and Writing Exception Handling Code

An introduction to Moonstone, to be published at VL/HCC 2017. Preprint: http://moonstone.fkistner.com Authors: Florian Kistner, ...

2:37
Moonstone: Support for Understanding and Writing Exception Handling Code

91 views

8 years ago

Jakubication
java.lang.arithmeticexception: / by zero

To fix the java.lang.arithmeticexception: / by zero, you can use one of two methods. The first method is to change the denominator ...

0:37
java.lang.arithmeticexception: / by zero

116 views

10 months ago

Programming Connoisseur
Java try with resources | Java 8 | Java 7 | try -catch finally blocks in java | Java tutorial

how to close stream object automatically using java try with resources.

3:33
Java try with resources | Java 8 | Java 7 | try -catch finally blocks in java | Java tutorial

483 views

5 years ago

PowerJava
Constructor Exceptions with null values in Java

If it is 'null', then I'm going to throw a new exception called an 'illegal argument exception', and just tell the user that the item was ...

2:39
Constructor Exceptions with null values in Java

2,793 views

10 years ago

Techie Dot Com
How to Handle Exceptions in Java 2025?

Want to stop your Java code from crashing? This quick tutorial shows how to handle exceptions in Java using try-catch ...

1:04
How to Handle Exceptions in Java 2025?

3 views

5 months ago

MIT OpenCourseWare
Exceptions

MIT 6.0001 Introduction to Computer Science and Programming in Python, Fall 2016 View the complete course: ...

2:41
Exceptions

25,841 views

8 years ago

Basic Java Programming for Beginners
Exception in Java (Basic Java Programming 19)

【Basic Java Programming 19】 I am talking about an exception in Java. ◇ Makoto Official Site https://sabay-sabay.asia/

2:49
Exception in Java (Basic Java Programming 19)

6 views

5 years ago

CS2110 Cornell. OO Prog and Data Structures
Exceptions 2. Throwable objects

We explain that a throwable object is an instance of class Throwable. We discuss some of the subclasses of Throwable ---and ...

3:18
Exceptions 2. Throwable objects

4,907 views

8 years ago

ProgrammerBasics
How to Handle Null Exceptions in Java 17 2025?

Tired of NullPointerException ruining your Java code? Learn how to handle null exceptions in Java 17 using smart techniques like ...

1:02
How to Handle Null Exceptions in Java 17 2025?

11 views

6 months ago

Udacity
Errors - Intro to Java Programming

This video is part of an online course, Intro to Java Programming. Check out the course here: ...

0:41
Errors - Intro to Java Programming

7,807 views

10 years ago