What is difference between constants, readonly and, static
Answer / kirti
Constants: The value can�t be changed
Read-only: The value will be initialized only once from the constructor of the class.
Static: Value can be initialized once.
| Is This Answer Correct ? | 0 Yes | 0 No |
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
How .net assemblies are registred as private and shared assembly ?
What is the difference between STA and MTA?
Which is the best institute for .net?
Which is the best institute in chennai to learn DotNet?
What is presentation framework?
Can I set the unlimited length for "maxjsonlength" property in config?
How can I return string result from action in asp.net mvc?
What type of filter does outputcacheattribute class represents?
what is entity sql?
What is rxjava used for?
what is mean by COM (component object model) and component based software development? Is it .NET is first COM based technology? Please answer me. Advance thanks.