What is the difference b/w constant & read only variable?
Answer Posted / test
Constant: The value of a constant variable is set at
compile time and can't be reset again.
Readonly: Can be set in a constructor or can be reset again.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is meant by domain model?
What is web api‘s in asp.net mvc 4 ?
Explain linq to entities? : Entity framework
Explain two instances where routing is not implemented or required?
Explain the request flow in asp.net mvc framework?
what is code first approach?
Can I add mvc testcases in visual studio express?
What are differences between entity framework and l2s? : Entity framework
What does mvvm mean?
How does the 'page lifecycle' of asp.net mvc works?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Explain the advantages of asp.net mvc over asp.net?
How does �side by side� work for the .net framework 3.0?
How do I install .net framework?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?