Computer Science, asked by Anonymous, 2 months ago

How is dynamic typing is different from static typing?​

Answers

Answered by AbhinavRocks10
4

\huge\star\underline{\mathtt\color{aqua}{⫷❥A} \mathfrak\color{yellow}{N}\mathfrak\color{blue}{s} \mathbb\color{purple}{ w} \mathtt\color{orange}{e} \mathbb\color{red}{r⫸}}\star\:⋆

First, dynamically-typed languages perform type checking at runtime, while statically typed languages perform type checking at compile time. ... The difference lies in the first line of the Java example, int num; , which defines num 's data type as int .

Similar questions