Software Development

What are static typed (or simply typed) languages?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

In static typed languages the variable type is known at compile-time instead of at run-time. Such languages are: C, C++ and Java