+ 2
How without writing a single line of code we can determine whether a exception is checked exception or unchecked exception??
3 RĂ©ponses
+ 1
You can't. You need code. That's like saying "How can I ask the waiter for a glass of water without communicating"
+ 1
But I read somewhere that the unchecked exceptions are recoverable by improving the wrong logic in programming but the checked exceptions are not....
So,i think that this may help us in determining whether the exception is checked or unchecked...what is your views regarding this??
+ 1
But how would you do that without code?