VB Dot Net Developer Question:

Can you please explain the difference between value and reference types?

Tweet Share WhatsApp

Answer:

Value types directly store the data and it is allocated to stack. Reference type store a reference to the value's memory address and are allocated to heap.

Download VB .Net Developer PDF Read All 56 VB .Net Developer Questions
Previous QuestionNext Question
Can you please explain the difference between Dataset and Datareader?Explain TRACE in VB.Net?