What is strong-typing versus weak-typing? Which is
preferred? Why?
Answer Posted / vetri
Strong type is checking the types of variables as soon as
possible, usually at compile time. While weak typing is
delaying checking the types of the system as late as
possible, usually to run-time. Which is preferred depends
on what you want. For scripts & quick stuff you’ll usually
want weak typing, because you want to write as much less
(is this a correct way to use Ensligh?) code as possible.
In big programs, strong typing can reduce errors at compile
time.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What does mvc represent in asp.net? : asp.net mvc
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Distinguish between Server-side and Client-side code with its functionality?
Can we store object in viewstate?
Explain weak typing and strong typing.
How to retrieve user name in case of Window Authentication?
What is razor? : asp.net mvc
How to add DateTime Control in normal DataGrid Server Control?
What is the use of service provider?
What's the use of response.output.write()?
What is data grid view in asp.net?
What are strong names?
How do u declare static variable and how it is declared and what is its lifetime?
Can you explain one critical mapping?