Hi Guys, please can you help me to understand the RuntimeException.
Why doent it need to be captured when thrown or catched????
I can throw it without adding the throws to the method and can call the method without surrounding it by a try, and can put it inside a try without having to catch it....
Thanks to all!
