Home » JAVA Programming » Java Basic » Question
  1. Identify the incorrect statement?
    1. Java is programming language
    2. Java is a platform
    3. Java is dynamically typed
    4. Java is statically typed
Correct Option: C

Java is statically typed.

Statically typed programming languages do type checking at compile-time as opposed to run-time.

Dynamically typed programming languages do type checking at run-time as opposed to Compile-time.



Your comments will be displayed only after manual approval.