If the catch-or-declare requirement for a checked exception is not satisfied ________.
a. the compiler will issue an error message indicating that the exception must be caught.
b. the compiler will issue an error message indicating that the exception must be caught or declared.
c. a stack trace will be displayed indicating the exception that has occurred and where it occurred.
d. a stack trace will be displayed, along with a message indicating that the exception must be caught.
b. the compiler will issue an error message indicating that the exception must be caught or declared.
You might also like to view...
A(n) ________ database stores data in more than two dimensions, as opposed to relational databases, which store data in two-dimensional tables
Fill in the blank(s) with correct word
Case 10-2 Melissa helps you figure out how to use the OleDbDataAdapter to make a connection to a database for you. But in order to help you learn as much as you can, she wants you to begin to figure out things on your own. Which of the following is NOT a true statement Melissa can make to you about filling the DataTable object you have created?
A. As soon as you connect to the database and fill the DataTable object, the next statement should disconnect the application from the database. B. To keep the maximum number of connections available, you should keep connections open only as long as necessary. C. After the DataTable is initialized, it must be filled using the Populate command with the data from the selected table. D. By using the database in disconnected form, the system resources of the computer and network are not overloaded.