ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 874 Page Views: 

Which of the two is better:- Strong Typing or Weak Typing?



Posted By: Avi Date: 5 October 2010 08:28:19 PM
 Answer:

Both Strong Typing and Weak Typing are good. Both are used depending on the requirement. In Strong Typing the data type of the variables is checked as soon as possible, i.e. without any delay.So in this sort of case data types are checked during compliation. This type is used when you have large programs. On the other hand in Weak Typing the data type is checked as late as possible,i.e it delays the checkin of the data type. In this case data types are checked at run-time. It is beneficial for smaller scripts.


Posted By: avibtech


Date: 5 October 2010 08:28:19 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image zaO1J3
Related Questions
ASP.Net : What is CLR and what is its use?

What is CLR and what is its use?

CLR means Common Language Runtime. It is the run-time environment provided by the Microsoft .NET fra....
Category: ASP.Net Date: 9/30/2010 8:43:14 PM
ASP.Net : What is the purpose of the Global.asax file?

What is the purpose of the Global.asax file?

It used to implement session level and applcation level events raised by ASP.net or by HTTP modules.....
Category: ASP.Net Date: 9/30/2010 8:40:13 PM
ASP.Net : Is there any limit of imposing cookies in a single application?

Is there any limit of imposing cookies in a single application?

Yes, only 20 cookies can be used in a single web application.
Category: ASP.Net Date: 9/30/2010 7:51:14 PM
ASP.Net : What do you mean by SmartNavigation in asp.net?

What do you mean by SmartNavigation in asp.net?

The SmartNavigation property is used very rarely. The purpose of this property is to avoid flickring....
Category: ASP.Net Date: 9/30/2010 7:30:14 PM
ASP.Net : What is EnableViewState Property?

What is EnableViewState Property?

With EnableViewState property it is possible to Get or Set a value , which will indicate whether th....
Category: ASP.Net Date: 9/30/2010 7:09:13 PM