Where can’t you see errors?
a) The line where the error occurred
b) The Error List window
c) The Solution window
d) The Command Prompt window
c) The Solution window
Computer Science & Information Technology
You might also like to view...
Cohesion relates to:
a. The ability to share data between modules. b. The ability to have local variables shared between modules. c. The functional independence of each module. c. All of the above.
Computer Science & Information Technology
Chained exceptions are useful for finding out about ________.
a. exceptions thrown using the chained keyword. b. checked exceptions only. c. an original exception that was caught before the current exception was thrown. d. the current exception’s chain of superclasses.
Computer Science & Information Technology