Why Java is a strongly typed programming language?
Why Java is a strongly typed programming language?
- In java, every variable and every expression has some type
- each and every data type is clearly defined
- every assignment should be checked by the compiler for type Compatibility.
Because of the above reason Java is a strongly typed programming language.
Comments
Post a Comment