What is strong-typing versus weak-typing? Which is
preferred? Why?
Answer Posted / kirti
Strong typing implies that the types of variables involved in operations are associated to the variable, checked at compile-time, and require explicit conversion; weak typing implies that they are associated to the value, checked at run-time, and are implicitly converted as required. (Which is preferred is a disputable point, but I personally prefer strong typing because I like my errors to be found as soon as possible.)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention the namespace that is used to include .net data provider for sql server in .net code?
Define the term Scavenging in Caching?
Define the types of configuration files.
Explain transparent caching with aop?
List of words of preprocessor in .net?
Can we override the enablepartialrendering property of the scriptmanager class?
What is mvc in asp.net tutorial? : Asp.Net MVC
How does cookies work in asp net?
Explain what is an assembly?
How do you handle server controls?
Which method do you use to enforce garbage collection in .net?
What is web configuration file and how to use in web application
Is viewstate secure?
What a diffgram is, and a good use for one?
Does asp.net still recognize the global.asa file?