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
What is the difference between system.applicationexception class and system.systemexception?
What are the different types of Lock available in Visual Basic?
When do you use virutal keyword?
Why do you need Lock in Visual Basic?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Define serialization in .net?
What is misl code?
Is vb net a scripting language?
Explain how to store decimal data in .net?
How to achieve Polymorphism in VB.Net?
Describe about visual basic.net?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
What are the parts of the visual basic control?
How many languages are supported by .net?
Explain convert.tostring and i.tostring method?