- Why is Java a static language?
There are two forms of typed programming languages. One is
statically typed language and another is dynamically typed language. Statically
typed language requires you to declare what ‘type’ a variable is when you are writing
code. On the other hand, dynamically typed languages do not need to be declared
the type of the variable in the code.
