Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference b/w constant & read only variable?

Answer Posted / maloy.adhikari

Constants: The value can't be changed

Read-only: The value will be initialized only once from the
constructor of the class.


Const:
1)Can not be static.
2)The value is evaluated at compile time.
3)It is initialized at declaration only.
4)the const keyword is used for compile-time constants

Readonly:
1)Can be either instance-level or static.
2)The value is evaluated at run time.
3)It can be initialized in declaration or by code in the
constructor. Therefore, readonly fields can have different
values depending on the constructor used.
4)the readonly keyword is used for runtime constants.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the version number for the next version of the .net framework, codenamed �orcas�?

996


How does the .net framework 3.0 relate to the .net framework 2.0?

1096


What is route config?

996


How we can register the Area in ASP.Net MVC?

1143


why DotNetFramework is included in building a software

2740


How can we determine action invoked from HTTP GET or HTTP POST?

1067


What is NonActionAttribute ?

1075


How do you handle variable number of segments in a route definition?

1023


Explain JSON Binding?

1110


Explain tempdata in asp.net mvc?

1166


What is Peek method in Tempdata in ASP.Net MVC?

1222


Which version of .net framework is installed?

1031


What is meant by viewdata?

1048


What is session state management?

1055


Explain something about model, view and controllers in asp.net mvc?

1081