statically typed languages | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

statically typed languages

Why is C# Java a statically typed language? What is the reason. What other languages ā€‹ā€‹are statically? What about C/C ++?

18th Aug 2019, 6:44 AM
ŠŃ…Š°Š½
ŠŃ…Š°Š½ - avatar
1 Resposta
+ 1
Most compiler languages are statically typed. The main advantage is that all checking can be done by the compiler, and a lot of bugs are caught at a very early stage. Most scripting languages are dynamically typed, as there is no compiler to do checking.
18th Aug 2019, 6:52 AM
Michael
Michael - avatar