Distinguish between the terms fatal error and nonfatal error. Why might you prefer to ex- perience a fatal error rather than a nonfatal error?
What will be an ideal response?
A fatal error causes a program to terminate prematurely. A nonfatal error occurs when the logic of the program is incorrect, and the program does not work properly. A fatal error is preferred for debugging purposes. A fatal error immediately lets you know there is a problem with the program, whereas a nonfatal error can be subtle and possibly go undetected.
You might also like to view...
Answer the following questions true (T) or false (F)
1. Java supports operator overloading. 2. Only the default constructor has the this parameter.
The following session performs the given tasks.
What will be an ideal response?
Which statement is false? Normally, an applet __________.
a. is allowed to read files only on the server from which the applet was downloaded. b. can read files on any server that can be reached over the network. c. cannot read files on the system on which it executes. d. has different file access rights than an application running on the same machine.
A Table ________ controls the fill color of the header row, columns, and records in a table
Fill in the blank(s) with correct word