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
Describe the difference between inline and code behind - which is best in a?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Name some asp objects?
when a request is made in Life cycle of ASP.NET page .
How can we create Tree control in asp.net?
How can I open ashx file in mobile?
What are the main requirements for caching?
What is the use of global.asax file?
What is the page life cycle in asp.net?
Why do we use web config?
What is asp net_sessionid?
Write a code snippet to implement the indentation in json in web api.
What is difference between session and cookies?
Explain about the .NET framework?
What is the web.config file in asp?