I\'m studying for my test in Object Oriented Programming and I was wondering if there is any case what so ever that considering the following code:
try {
If you call System.exit(0) in the try. Or make something that makes the JVM quit or hang (like a deadlock). Otherwise - no.
System.exit(0)
try