+ 2
What is the "throwable" class?
If possible, explain in simple words. Thank You.
2 ответов
+ 3
The Throwable is the superclass of all errors and exceptions in the Java language. Only objects that are instances of this class are thrown by the JVM or can be thrown by the Java throw statement. Errors and exceptions are covered by sololearn check it out, or check docs.oracle.com, or stackoverflow.com.
+ 1
I kinda understood it... Thnx 👍