VB Dot Net Developer Question:
Download Questions PDF

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

VB .Net Developer Interview Question
VB .Net Developer Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between Dataset and Datareader?Explain TRACE in VB.Net?