Java has two basic kinds of numeric values: _____________, which have no fractional part, and ___________________ which do.

a) shorts, longs
b) doubles, floating points
c) characters, bytes
d) integers, floating points
e) integers, longs

d) integers, floating points

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a rule for defining names?

A) The letters C or R cannot be defined as a name. B) Spaces are valid. C) Defined name can be no longer than 255 characters. D) First letter must be a letter, underscore, or backslash.

Computer Science & Information Technology

The most common technique used for protecting a critical section in Linux is the _______ .

A) ?signal ? B) ?atomic bitmap operation C) ?atomic integer operation ? D) ?spinlock

Computer Science & Information Technology