What is the difference b/w Readonly Variable and Constant
Variable?
Answer Posted / kamalakannan.a
Read only variable value is changed at runtime.
but Constant variable value doesn't change.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
difference between checkbox vs radiobutton??
Tell me which namespace are used for accessing the data?
Explain some of the exclusive features which are present in vb?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
How to run a dos command in vb.net?
What is the main purpose of garbage collector?
Name the two main parts of .net?
Explain about rapid application development tool?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is the feature which is common to all .net languages?
What are the advantages of an assembly?
Write the role of new keyword?
What is difference between import system.data.sqlclient,system.data.oledb?
Name the class which allows an element to be accessed using unique key?
Why do we use byref keyword in vb.net?