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 the use of execute non query in asp.net?
What does uri mean?
In which event of page cycle is the viewstate available?
Which method is used to enforce garbage collection in .net?
Explain about solution explorer window?
What is the difference between union and structure?
What is the file through which you can customize your asp.net application?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Explain the difference between inline and code behind - which is best in?
Which browsers support the xmlhttprequest object?
How long the items in ViewState exists?
What is full trust in asp.net?
Explain the function of new view engine in asp.net? : asp.net mvc
Where can I get information on cookies in asp.net?
When we use cookie less session? Explain its working?