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

Primitive Data Types in java

let - Keyword in JavaScript (Block scope)

Coding Problem 4: Smallest window containing 0, 1 and 2 [GFG - Problem Solving]