Skip to main content
Submitted by admin on 28 December 2021

A language is Static typed if  perform type(common programming behaviours) checking at compile time.

language compiler perform type checking at compile time and assigns variables type based on the variable's value.

Examples of Static typed languages  :- Java, C, C++