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 query string in asp.net?

775


What is mta?

792


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

697


What are the differences between primary foreign and unique keys?

769


Is asp.net mvc front end or backend? : Asp.Net MVC

691


How to deploy/publish webservices?How many ways?Plz explain me

2043


How about the security in Activex DLL and Activex EXE ?

2020


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?

724


What is the difference between response.redirect and server.transfer?

744


Which is an advantage of application service providers?

675


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

598


What is OSI layer? Explain different layers.

795


What are the event handlers that we can have in global.asax file?

723


How to change Master page in ASP.Net using code?

767


What is the difference between executescalar and executenonquery?

719