I've started to study JavaFX since a few day and I've figured out that Integer class is really java.lang.Integer reading this table. But why doesn't this code compile?
I'm studying Exception Handling but i don't understand what happen in this code:
i wrote it to understand what happen when there are nested try block but i don't understand why InterruptedExcetion and ArrayStoreException aren't catched.