Difference Between ReadOnly and Constant Variable in
compile time and Run Time.
Answers were Sorted based on User's Feedback
Answer / karna
I am adding another point to the above answer.
as the constant variable is constant over the class,that
means,all the objects created for that class have the same
value.
but in case of readonly variables,we can assign different
values in the different instances of the class it contains.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / kamlesh sharma
readonly variables are can be initilized at compile time
but we can assign values to readonly varialble at once
through functions or constructors
but in case of constant variables once assign a value we
can't change value and must assign value to constant
variables at the time of declarition
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / saiish bhat
readonly is compile time constant.
constant is runtime constant.
constatnt field is used to initialize at the declaration of
the field.
readonly field is used at the declaration or constructor of
the field.
Is This Answer Correct ? | 0 Yes | 5 No |
How can u handle Exceptions in Asp.Net?
Explain what a diffgram is, and a good use for one?
whats the best method to cal id in javascript
what is assembly?
Where we create sessions for Banking Applications and how to create? expalin with code?
What is virtual directory in asp.net?
How many types of cookies are available in asp?
how to convert from sql2000 numeric to int in asp.net with sqlparameter?
If cookies is disabled in client browser will session work ?
What are sql notifications and sql invalidations?
step to create a strong name?
what is diffgram ?