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
Securitywise What are the Enhancements in 2.0?
What is latest version of asp.net mvc? : Asp.Net MVC
Explain serialization and deserialization?
What is the mvc model?
Why should i prefer JSP over asp.net or any other web development language..??
What is IPostBack? How to use it?
What is server infrastructure & server components?
Explain file-based dependency and key-based dependency.
What are the different types of proxy patterns?
Which is an advantage of application service providers?
Explain the concept of MVC Scaffolding?
List the advantages and disadvantages of user control an custom control?
Can we handle the error and redirect to some pages using web.config?
How do you hide the columns?
Explain how cookies work.