The ____ property associated with exception objects returns a string describing the exception.
A. Text
B. Message
C. StackTrace
D. Name
Answer: B
Computer Science & Information Technology
You might also like to view...
Animation effects can only be applied to graphics.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Which of the following statements about loop initialization is false?
A. Initialization is a required step in all loops. B. Initialization is always explicit. C. Initialization is coded at the beginning of the loop body. D. Explicit initialization relies on a preexisting situation to control the loop.
Computer Science & Information Technology