I'm a little confused about the question, but if you're asking how many points you need to ask a question, the minimum is 10.
Answer:
d
Explanation:
a report with records sorted in ascending order is the right answer
Answer: like the monitor or the keyboard
Explanation: it is true i even looked it up and it was true
Answer:
Option (e)
Explanation:
Option (e) is the answer. It indicates the exception thrown and displays it. It also indicates the place where the exception was thrown ( at what line of the code the exception was thrown )
Option (a) is false as the program which was terminated because of an exception which was not handled doesn't starts automatically.
Option (b) is false as it doesn't opens a dialogue box about running the program another time or anything. It just terminates because of the unhandled exception.
Option (c) is false as it doesn't saves all the output to a disk file called the "runStackTrace.txt".
Option (d) is false as it doesn't open a dialogue box. The program terminates because of the unhandled exception.