...
OOPS
August 25, 2024
OOPS
August 25, 2024
OOPS
August 25, 2024
OOPS
August 25, 2024

OOPS

Question 112
java is a___language. This means that you must be explicit about what type of data you are working with
A
Weakly typed
B
strongly typed
C
Dynamically typed
D
Loosely typed
Question 112 Explanation: 
→ Java is a strongly typed programming language because every variable must be declared with a data type. A variable cannot start off life without knowing the range of values it can hold, and once it is declared, the data type of the variable cannot change.
Correct Answer: B
Question 112 Explanation: 
→ Java is a strongly typed programming language because every variable must be declared with a data type. A variable cannot start off life without knowing the range of values it can hold, and once it is declared, the data type of the variable cannot change.

Leave a Reply

Your email address will not be published. Required fields are marked *