Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Q30: In order to make a variable a
Q31: Write a single line of Java code
Q32: What are some reasons that you might
Q33: Write a short application that computes the
Q34: Consider the following snippet of code:<br><img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2841/.jpg"
Q35: How are primitive data types and object
Q36: Java uses the ASCII character set to
Q37: For the following expression, indicate the order
Q39: Consider the following snippet of code.<br>int iResult;<br><img
Q40: Which of the following is an example