Answer Posted / senthilselvan
string is a reference type.
string str = "hello";
char x = str[1];
here what we do is handling the memory.
which type allows you to handle the memory is reference types.
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
What is mta?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Explain the difference between panel and groupbox classes using .net?
What is the use of ASP.NET routing?
What is masterpage?
What's the use of formatters in .net?
Describe the method to create a permanent cookie?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How can we implement a identity (sql server) call in an asp.net page?
Why select Web API?
Explain the different types of assemblies?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?