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 do you use viewstate?
Elaborate differentiation between ViewState and SessionState?
What is session state server?
What is preprocessor in .net?
Explain the difference between response.redirect vs server.transfer
What is the behavior of a Web browser when it receives an invalid element?
What is viewstate information stored?
Explain client-side scripting?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
How are sessions stored?
What is server side session management?
How many web.config files can I have in an application?
What is the difference between a page theme and a global theme?
What is a user developed application?
Where code pages are used?