6
Answers

Dynamic Memory managment

Photo of Karthik Puppala

Karthik Puppala

11y
1.3k
1
Hi,
 
In our application static class variables are created when application is invoked by a user and these variables are accessed throughout the application, once the user shutdown application dose it get cleared from the memory by GC
 
Note: Application refers to Web application developed using asp.net and c#.net.

Answers (6)