Types in Java are divided into two categories. The primitive types are Boolean, byte, char, short, int, long, float and double. All other types are ________ types.

a. static
b. reference
c. declared
d. source


b. reference

Computer Science & Information Technology

You might also like to view...

The Stack class provided by the Java Collections Framework

A) can be used to hold values of any type B) can be used to create stacks of int C) cannot be used to instantiate a stack of int, or of any primitive type D) is not efficient, so its use is not recommended

Computer Science & Information Technology

Describe how to use the Format Painter to apply custom formatting to other places in your presentation quickly and easily.

What will be an ideal response?

Computer Science & Information Technology

Inaccurate and permanent data provides ________ information

A) dynamic B) useful C) static D) useless

Computer Science & Information Technology

The bitwise shift left operator is a unary operator that multiplies by a power of 2.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology