What's the difference between const and readonly ?
Answers were Sorted based on User's Feedback
Answer / kirti
You can initialize readonly variables to some runtime values. Let's say your program uses current date and time as one of the values that won't change. This way you declare public readonly string DateT = new DateTime().ToString().
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mr vinod kumar
The readonly keyword is different 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, while a const field is a compile-time constant, the readonly field can be used for runtime constants as in the following example:
public static readonly uint l1 = (uint) DateTime.Now.Ticks;
What does a character do ?
On most systems, produces a rather annoying beep.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mapping in entity framework? : Entity framework
Describe the roles of clr in .net framework.?
What is session state management?
please tell me the best book of asp.net in the markit. which explain in simple and detail.
What are the methods in Thread class?
What is renderbody?
what do you mean by table-per-hierarchy?
What is side by side Execution ?
Which is the best institute in hyderabad to learn DotNet?
152 Answers Cygnet Infotech, Infosys, Student, SVIT, TCS,
How do I install .net framework?
Can I redirect tracing to a file
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,