MCQ
Single Best Answer
Easy
QDuring run time, _______ checking is done.
ID: #19070
Static vs Dynamic Type Checking
95 views
Question Info
#19070Q ID
EasyDifficulty
Static vs Dynamic Type CheckingTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option B
Explanation
During runtime, Dynamic Type checking is done.
Dynamic typing is a feature of some programming languages where the type of a variable is checked at runtime, as opposed to static typing where type checking is done at compile time. In dynamically typed languages, the type of a variable can change during the execution of the program, and type errors are caught at runtime. This is in contrast to static typing, where type information is checked at compile time. JavaScript, for example, is a dynamically typed language.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic