41. What happens when you dont handle an exception? OThe execution of the program is terminated abruptly. O The program encounters error and simply ignores t OA message is printed to the console to ask you how to handle the error. OAll of the code after the error is skipped, but the program still runs. 42. An exception is an error that occurs during the execution of a program at run-time that disrupts the normal fow of the Java program. O True O False 9 ll questions in this section) 43. When you write code for MouseEvents, you are telling a Node to listen for a particular event. O True O False 44. JavaFX doesnt provide you with UI elements, shapes and text. So you must always create your own graphics. O True O False 45. An Image is an object that describes the location of a graphics file. OTrue O False
Expert Answer