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
How to implement globalization and localization in the use interface in .net.
What is new asp.net core?
What is Razor View Engine
What parameters can you pass in the url of the api?
Explain how can we inherit a static variable?
Explain client side state management system.
What is the Difference between MVC And MVP design pattrens
How does a content page differ from a master page?
What is custom attribute? How to create?
What are the server control tags in asp.net.?
How Session outproc in Sqlserver stored?
How do you secure your connection string information?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Explain the different types of directives in .net?
What is mta?