Assume a thread is started from the main method. What happens if an exception is thrown in the thread but not handled within the thread?
Is it possible to propagate the exception back to the main method?
Assume a thread is started from the main method. What happens if an exception is thrown in the thread but not handled within the thread?
Is it possible to propagate the exception back to the main method?