-
Identify the incorrect statement?
-
- Java is programming language
- Java is a platform
- Java is dynamically typed
- 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.