Pristine Tech School Blog

Reviving Minds

Statically Typed vs Dynamically Typed Languages

Statically Typed vs Dynamically Typed Languages

What are statically and dynamically typed languages ? Dynamically typed languages performs the type checking at runtime whereas Statically typed languages perform the type checking at compile time instead of at runtime. Java and C++ statically type languages so we do have to declare the type of variables before using them in our program.O onceRead more about Statically Typed vs Dynamically Typed Languages[…]