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 silver light when will we use silver light,
how to retrieve property settings from xml .config file.
Explain file-based dependency and key-based dependency.
How does asp.net page work?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain different types of validators in asp.net?
How can you send an email message from an asp.net web page?
What are the new web part controls in asp.net 2.0 ?
How is it possible for .NET to support many languages?
Define the types of configuration files.
What are the difference between function and stored procedure in .net programming language?
What do you mean by query string?
Describe the master page.
What are the different properties of server control that exists?
Explain the features that make asp.net more used framework? : asp.net mvc