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 query string in asp.net?
What is mta?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What are the differences between primary foreign and unique keys?
Is asp.net mvc front end or backend? : Asp.Net MVC
How to deploy/publish webservices?How many ways?Plz explain me
How about the security in Activex DLL and Activex EXE ?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is the difference between response.redirect and server.transfer?
Which is an advantage of application service providers?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is OSI layer? Explain different layers.
What are the event handlers that we can have in global.asax file?
How to change Master page in ASP.Net using code?
What is the difference between executescalar and executenonquery?