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 the difference between sealed vs static class?
What are the various types of cookies in asp.net?
What are the modes of updation in an updatepanel?
What is a ashx file?
What is state management techniques in asp.net?
What is autopostback true?
How to bind all the binding controls in a page at once in ASP.NET?
What are triggers of an updatepanel?
How can exception be handled with out the use of try catch?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How do you handle server controls?
What are the different validators in asp.net?
What are the layouts of ASP.NET Pages?
What is loop in asp.net?