what is reference type to value type.
Answer Posted / sudhir sheoran
Value Types:-
Directly contains their values either
on stack or inline in a structure.
Each value types have their own copy of
data so doesn't effect each other.
Reference Type:
Contains a reference to the values memory address
Allocated on heap.
These can be self describing,pointer type or interface type
Reference type can refer to the same object.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to implement role based security in asp.net mvc? : Asp.Net MVC
Explain the asp.net mvc folder conventions? : asp.net mvc
Explain the difference between debug.write and trace.write?
Is asp.net a language?
How is the asp.net mvc architecture different from others? : asp.net mvc
what are the web form events available in asp.net?
Explain about Application and Session Events ?
Explain server-side scripting?
What is the difference between typeof() vs gettype()?
What is the request flow used for asp.net mvc framework? : asp.net mvc
What are the different methods of session maintenance in asp.net?
Write a code for passing ArrayList in Web API?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Name the two properties are on every validation control?
Give an example of what might be best suited to place in the application_start and session_start subroutines?