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
How many types of controls are there in asp.net?
Which methods validate all the controls on a page?
Which method do you use to kill explicitly a users session?
Why we use content place holder in asp.net?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How asp.net mvc differs from asp.net web forms? : asp.net mvc
How can we Validate a Controls in ASP.NET page using JavaScript?
What are the 3 types of web?
What is a viewbag?
Is viewstate secure?
Why session management is required?
How to rename a table using sql queries?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
How many types of cookies are there in asp.net?
What do you mean by authorization?