How many types of memories are there in .Net?

Asked 15-Nov-2017
Viewed 576 times

1 Answer


2

There are Two types of memories in .NET:
1. Stack Memory (used for static memory allocation)
2. Heap Memory (Heap for dynamic memory allocation)