Can any one tell me what is static typing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can any one tell me what is static typing?

11th Dec 2015, 3:27 AM
Rutvik Kapade
Rutvik Kapade - avatar
1 Answer
+ 4
A language is statically typed if the type of a variable is known at compile time. You must specify what type each variable is. The main advantage here is that all kinds of checking can be done by the compiler, and therefore problems are caught at a very early stage.
6th May 2016, 12:07 PM
James Flanders