90.9k views
5 votes
Left uncaught, a thrown exception will cause your program to terminate.

Select one:

a. FALSE

b. TRUE

User Forste
by
5.4k points

1 Answer

6 votes

Answer: True

Step-by-step explanation:

Yes, the given statement is true that the left uncaught, the throwing exceptions caused stop execution or terminate the program. The uncaught exception is basically refers that the compiler control the termination function in the program.

Left Uncaught exception basically cause termination of the program and also implement the interface in the uncaught exception handler in the particular java thread.

User Samuel Kerrien
by
5.8k points