A(n) ____ is a Java language feature that can help you detect logic errors that do not cause a program to terminate, but nevertheless produce incorrect results.

A. error checker
B. thread
C. assertion
D. throw statement


Answer: C

Computer Science & Information Technology

You might also like to view...

If you want to declare a node type struct and typedef a pointer type for that node, in which order must you make these declarations?

a. first the node pointer, then the node, since the node has a pointer in it. b. first the node, then the typedef. c. it doesn't matter which order you do them in d. you cannot do both of them in the same program.

Computer Science & Information Technology

Which codec would a user select if maintaining the original quality of the video is a concern?

A) lossy B) lossless C) v-lossy D) loosy

Computer Science & Information Technology

InPrivate Browsing is a mode of Internet Explorer 8 that opens a new browser window that is isolated from such items as browser history and temporary Internet files

Indicate whether the statement is true or false

Computer Science & Information Technology

To what subnet does a host with an IP address of 172.16.155.10/18 belong?

a. 172.16.0.0 /18 b. 172.16.96.0 /18 c. 172.16.128.0 /18 d. 172.16.154.0 /18

Computer Science & Information Technology