Computer Science, asked by thasneemsadique56, 9 months ago


What is the need for datatypes?​

Answers

Answered by Anonymous
4

Answer:

Data types are especially important in Java because it is a strongly typed language. This means that all operations are type-checked by the compiler for type compatibility. Illegal operations will not be compiled. Thus, strong type checking helps prevent errors and enhances reliability.

Answered by anuradhabilaspur1984
2

Answer:

Data types are especially important in Java because it is a strongly typed language. This means that all operations are type-checked by the compiler for type compatibility. Illegal operations will not be compiled. Thus, strong type checking helps prevent errors and enhances reliability.

Hope it is helpful

Mark it as brainliest ...

Similar questions