Why Java is a strongly typed programming language?

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

Comments

Popular posts from this blog

How to do @Async operation in spring boot

Coding Problem 3 - Weather Observation Station 7 [HackerRank - SQL]

Date Range Picker In Angular 10