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 Readonly Variable and Constant
Variable?

Answer Posted / niranjan

The readonly keyword differs from the const keyword. A
const field can only be initialized at the declaration of
the field. A readonly field can be initialized either at
the declaration or in a constructor. Therefore, readonly
fields can have different values depending on the
constructor used. Also, although a const field is a compile-
time constant, the readonly field can be used for run-time
constants, as in this line: public static readonly uint l1
= (uint)DateTime.Now.Ticks;

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain option explicit?

1052


When do you use virutal keyword?

1042


Explain about the performance of visual basic?

1069


Explain the difference between .dll extension and .exe extension files?

1105


Name some of the features present in vb 2005?

1002


What is the purpose of an Assembly?

1122


What is tracing?

1199


What is the differnce between managed code and unmanaged code?

1026


Explain how to send xml file on server using http protocol?

904


What’s the difference between private and shared assembly?

1170


What is the advantage of using system.text.stringbuilder over system.string?

1178


Can you please explain the difference between thread and process?

1024


What are the features of c# which are not present in vb.net?

1156


Explain the difference between thread and process?

1057


Explain code security?

973