How many types of memories are there in .Net?

Asked 7 years ago
Viewed 672 times

1

How many types of memories are there in .Net?


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)

answered 7 years ago by Uttam Misra

Your Answer