Both the Draw Table command and the Insert Table button access the Insert Table dialog box to enter initial table specifications

Indicate whether the statement is true or false

FALSE

Computer Science & Information Technology

You might also like to view...

In order to display the error message generated by an exception, you use:

a) the Message method of class Exception b) the Message property of class Exception c) the ErrorMessage method of class Exception d) the ErrorMessage property of class Exception

Computer Science & Information Technology

Which of the following statements is false?

a) A finally block, if there is one, is placed after the last catch block. b) A finally block should release all resources acquired in the corresponding try block. c) The finally block and try block can appear in any order. d) A finally block is optional.

Computer Science & Information Technology