An Array is a Ref Type? what about the array elements which
are value type(int,Float...etc)?
Answer Posted / vibz
the array elements are boxed to Object type internally.
Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
Explain Constructor and destructor?
Explain the types of comments in c#?
What the different phase/steps of acquiring a proxy object in webservice?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
How do I create a single-file assembly?
Explain About DTS package
How do I trim a space in c#?
Why extension method is static?
How do I calculate relative time?
Why ref is used in c#?
What is a dimensional array?
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 the use of list in c#?
What Is An Interface Class?
What is session and cookies in c#?