Java Video Tutorial 6

Java Video Tutorial 6In this part of my Java Video Tutorial I cover Java Exception handling. An exception is an object created when an error occurs.

I explain in this video the difference between run time and checked exceptions. I show you how to use try, catch and finally. We review the most common errors you will come across. I show you how to catch all and ignore individual exceptions. Yes, everything Java Exception wise will be covered.

If you missed part 1 watch it first here Java Video Tutorial.

If you like videos like this, share it [nttfblike]

[googleplusone]

Code from Video

19 thoughts on “Java Video Tutorial 6”

  1. Awesome and educative videos!! Thanks a lot!
    Please upload the remaining videos soon.
    Looking forward to be good at Java. Thanks to You!

  2. Awesome and educative videos!! Thanks a lot!
    Please upload the remaining videos soon.
    Looking forward to be good at Java. Thanks to You!

    1. throws is used to designate that a method can throw an exception. throw is used to throw an exception. Does that make sense?

    1. Thank you 🙂 I’m glad the video helped you out and thank you for taking the time to show your appreciation! That means alot 😀

  3. Why would you want to throws the exception up to the main instead of handling it where it happened in the method? What benefit is there in forcing it to be dealt with up in the main? I am just very confused about this and my professor’s explanation is very confusing.
    Thank you, great job with the videos.

  4. I am a masters student in France and a beginner in programming.Just found ur series & have to admit that u r an excellent programmer and perfect mentor. Well done and thanks a bunch for sharing ur knowlege for free.

Leave a Reply

Your email address will not be published. Required fields are marked *