Saved Bookmarks
| 1. |
What Is The Difference Between Value Types And Reference Types? |
|
Answer» Value TYPES uses STACK to STORE the DATA where as the later uses the Heap to store the data. Value Types uses Stack to store the data where as the later uses the Heap to store the data. |
|