OOPS
August 25, 2024OOPS
August 25, 2024OOPS
Question 112 |
java is a___language. This means that you must be explicit about what type of data you are working with
Weakly typed | |
strongly typed | |
Dynamically typed | |
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.