What is strong-typing versus weak-typing? Which is
preferred? Why?
Answer Posted / kirti
Strong typing implies that the types of variables involved in operations are associated to the variable, checked at compile-time, and require explicit conversion; weak typing implies that they are associated to the value, checked at run-time, and are implicitly converted as required. (Which is preferred is a disputable point, but I personally prefer strong typing because I like my errors to be found as soon as possible.)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data control in asp.net?
What are directives in asp.net?
Which is the parent class of the ASP.NET server control?
What is cached data phone?
Which class is used to send an email message from an ASP.NET Web page?
What does the .webpart file do?
What’s difference between “optimistic” and “pessimistic” locking?
Explain automatic memory management in .net.
How does session state work in asp.net?
What is the difference between executescalar and executenonquery?
What is the difference between client-side and server-side validations in ASP.NET?
What is the difference between session.abandon() vs clear()?
What is the parent class of all the web server control?
What is difference Between Authentication and authorization?
Describe the difference between inline and code behind - which is best in?