The value assigned to the NULL constant is ____.

A. '\n'
B. '\0'
C. '\NULL'
D. "NULL"

Answer: B

Computer Science & Information Technology

You might also like to view...

When getting external data into Excel, you can establish connections to the external data so that you can automatically update your Excel workbook from the original data

Indicate whether the statement is true or false

Computer Science & Information Technology

Exceptions can be thrown by ________.

a. the Java Virtual Machine. b. code in a try block. c. calls from a try block to other methods. d. All of the above.

Computer Science & Information Technology