- Aweakly typed
- Bstrogly typed
- Cmoderate typed
- D None of these
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
Java is a strongly typed language. This means that the type of a variable is known at compile time and once a variable is declared with a certain type, it cannot be assigned a value of a different type without an explicit cast.