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
What is asp.net mvc5? : Asp.Net MVC
How can you apply a theme to your asp.net application?
How to implement globalization and localization in the use interface in .net.
How do we sort the data from a dataset?
Is there any alternative to avoid name collisions other then Namespaces?
What are the Types of object in asp
What is the difference between ASP Session State and ASP.Net Session State?
What is caching in asp.net?
How does u get record no from 5 to 15 from a dataset of 100 records?
Fetch one page value to another page without using state-managment ?
What does asp stand for in asp.net?
Is sql backend or frontend?
What is the purpose of asp.net?
Differentiate the session object and application object?
Do I need to have the latest version of windows media player installed?