Answer Posted / vikram
array is reference type
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What is CLR and its application.?
What do you mean by expression tree?
Why do we need delegates?
Does c# support #define for defining global constants?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What are the benefits of using generics?
What is the difference between and xml documentation tag?
What is expandoobject in c#?
What is the difference between icomparer and icomparable in c#?
What is delegates in c# and uses of delegates?
What is bitwise operator in c#?
Why delegate is used in c#?
What is the C# syntax to catch any possible exception?
How can you reference current thread of the method ?