Which of the following statements is false?

a. A primitive-type variable can store exactly one value of its declared type at a time.
b. Primitive-type instance variables are initialized by default.
c. Variables of types byte, char, short, int, long, float and double are initialized to 0.
d. Variables of type boolean are initialized to true.

d. Variables of type Boolean are initialized to true. Actually, variables of type Boolean are initialized to false.

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a title that is added to a Word object and is numbered sequentially

Fill in the blank(s) with correct word

Computer Science & Information Technology

In Access, what is the default data type given to the default ID field?

A) Short Text B) DefaultID C) AutoNumber D) Number

Computer Science & Information Technology