Answer Posted / kavita
Two or more pointers have their own Data.
class A
{
string c;
}
A a;
B b;
a=b;//deep copy
| Is This Answer Correct ? | 6 Yes | 42 No |
Post New Answer View All Answers
What are the various session state management options provided by asp.net?
What are server objects?
What is the difference between application state and caching?
What are app services?
What is the purpose of url encoding?
Define a multilingual website?
How to unit test Web API?
Is web config mandatory?
What is inproc mode in session?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What are sessions in asp net?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Can you explain the basic use of dataview?
What’s the difference between response .redirect and server.transfer?
Define data caching?