What is the difference between statically typed and dynamically typed languages?
Answer Posted / Amit Kumar Gangele
Statically typed languages require variables to be declared with their data type before they are used, which helps prevent runtime errors. Dynamically typed languages, on the other hand, do not require explicit declaration of variable types, allowing for greater flexibility but also increasing the risk of runtime errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers