Multiple Choice
Java is considered a strongly typed language because:
A) The primitive types in Java are portable across all computer platforms that support Java.
B) Java requires all variables to have a type before they can be used in a program.
C) Instance variables of the primitive types are automatically assigned a default value.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Which of the following statements is false?<br>A)
Q22: Which of the following statements is true?<br>A)
Q25: Which of the following is not an
Q32: What is the result value of c
Q33: Keyword _ indicates the inheritance relationship.<br>A)extends<br>B)inherits<br>C)super<br>D)parent
Q34: The empty statement is denoted by what
Q35: Which of the following is a double-selection
Q36: Which of the following code segments does
Q39: What is the size in bits of
Q40: What is output by the following Java