JavaRush /Java Blog /Random EN /Level 9: level plan and extras. materials
hubert
Level 41

Level 9: level plan and extras. materials

Published in the Random EN group

Level Plan:

  • Introduction to exceptions: try, catch, throws, multy-catch.
  • The concept of a stack. CollectionStack
  • Getting the call stack. StackTraceElement, methodgetMethodName()
  • Introduction to ExceptionsException
  • Catching exceptions - blocktry.. catch
  • Exception types: checked-controlled (cheket), unchecked-unchecked (anchEket)
  • Exception, NullPointerException, ArithmeticException, IOException
  • Method signaturethrows
  • RuntimeException, methodgetMessage()
  • Exception catching, exception bin
Java course At this level, exceptions are treated superficially. Detailed in-depth study will be at 30+ levels.

What else you can see in your spare time:

Read about exceptions Read about StackTrace here in English. Below are some videos about exceptions:

Found a cool link to the material on this topic? Add it here as a comment. Perhaps your link will help another person become a programmer and improve their life! Return to training plan Return to learning java online at JavaRush
Comments
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION