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 a web api?
What is the sequence in which ASP.NET events are processed?
Explain Authentication mechanism in dotnet
List the events in page life cycle.
Do cookies store passwords?
Where do the cookie state and session state information be stored?
What do you understand from custom control?
What are cookies in asp.net?
Where is the session stored?
What is the difference between GridView and Repeater controls in ASP.NET?
How to implement form based authentication in asp.net application?
What are Master Pages in ASP.NET? or What is a Master Page?
Write the different features of a Thread and a Process?
Define web.config in .net?
How to display Alert in ASP.NET