What is the difference b/w Readonly Variable and Constant
Variable?
Answer Posted / satyambabu
variable used to store the data
Read only variable:-
Read only variable means read only but not allow to write
constant:
constant variable specify the constant value.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Can we use Vb.Net and C# language simultaneously in one .Net application?
How can we store decimal data in .net?
Explain strong name in .net assembly?
Explain jagged array in vb.net?
What are the advantages of an assembly?
What do you understand by vb.net?
Explain the differences between vb.net and c#, related to oops concepts?
Tell us how many languages are supported by .net?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is pre-jit?
What are the advantages of vb.net and c#?
Explain clr?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What is the use of console application?
Explain nested classes?