Java is both Statically and Strongly Typed #coding #javaprogramming #javaprogram #javadevelopment

4 Просмотры
Издатель
Statically Typed: You cannot declare a variable without a type, and the type is checked at compile-time.

Strongly Typed: Type rules are strictly enforced, and incompatible types cannot mix without explicit conversions.
Категория
Программирование на java
Комментариев нет.