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...


Readonly vs. const?

Answers were Sorted based on User's Feedback



Readonly vs. const?..

Answer / pavan

both of them does the same work these value cannot be
changed
but with a samll difference
using const we can assign a value before compile time
but using readonly we can assign value to the varible ones
in runtime

Is This Answer Correct ?    14 Yes 0 No

Readonly vs. const?..

Answer / j_baghla

Both are used for constant values but in readonly variable
we can assign the value thru expression but we can't assign
value to constant variable thru expression.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More Dot Net General Interview Questions

Explain the difference between the while and for loop. Provide a .net syntax for both loops?

0 Answers  


What do the terms “boxing” and “unboxing” mean?

0 Answers  


Different levels of priority provided by .net.

0 Answers  


What are virtual destructures?

0 Answers  


What is boxing in .NET?

1 Answers  


What is interface and abstract class in .net?

0 Answers  


Explain what is an application domain?

0 Answers  


Explain code access security.

0 Answers  


What is Delegate? Have ever used Delegates in your project.

1 Answers   Deloitte,


What is lambda expressions in c#?

0 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


Categories