Multiple Choice
Java is a strongly typed language. What is meant by "strongly typed"?
A) Every variable must have an associated type before you can use it
B) Variables can be used without declaring their type
C) Every variable has a single type associated with it throughout its existence in the program, and the variable can only store values of that type
D) Variables are allowed to change type during their existence in the program as long as the value it currently stores is of the type it is currently declared to be
E) Variables are allowed to change types during their existence in the program but only if the change is to a narrower type
Correct Answer:

Verified
Correct Answer:
Verified
Q11: How many ways are there to test
Q15: The Random class has a method, nextFloat()
Q31: The word println is a(n)<br>A) method<br>B) reserved
Q31: Java is able to represent 255 *
Q34: Use the following class definition to answer
Q35: If String a = "ABCD" and String
Q37: If x is the String "Hi There",
Q38: An employer has decided to award a
Q39: For the following questions, refer to the
Q41: If a, b, and c are int