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


Please Help Members By Posting Answers For Below Questions

What is an asp.net validator? And, mention its types.

586


Where session variables are stored?

541


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

483


How can you handle exceptions in asp.net?

560


Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?

517






What is odata in web api?

558


What is difference in .net 1.1 and .net 2.0?

584


Is global asax mandatory?

553


Explain the various authentication mechanisms in asp.net.

485


What is the mvc framework?

562


What kind of data we can store in viewstate?

574


What is protected configuration?

599


what is silver light when will we use silver light,

1438


Where is asp.net session stored?

475


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

1590