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


Please Help Members By Posting Answers For Below Questions

How to implement role based security in asp.net mvc? : Asp.Net MVC

615


Explain the asp.net mvc folder conventions? : asp.net mvc

691


Explain the difference between debug.write and trace.write?

696


Is asp.net a language?

688


How is the asp.net mvc architecture different from others? : asp.net mvc

666






what are the web form events available in asp.net?

753


Explain about Application and Session Events ?

803


Explain server-side scripting?

746


What is the difference between typeof() vs gettype()?

749


What is the request flow used for asp.net mvc framework? : asp.net mvc

695


What are the different methods of session maintenance in asp.net?

735


Write a code for passing ArrayList in Web API?

1234


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

1591


Name the two properties are on every validation control?

724


Give an example of what might be best suited to place in the application_start and session_start subroutines?

711