How is the memory managed in C#.



How is the memory managed in C#...

Answer / mohit

by garbage collector or using dispose method of objet u can
do memory manegment in c# .garbage collector is
automatically remove object which is not use. this is new
concept in c#.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Can we call server-side code (c# or vb.net code) from javascript?

0 Answers  


What is the main purpose of delegates in c#?

0 Answers  


Is c# easier than javascript?

0 Answers  


Is string value type c#?

0 Answers  


an object,class is value type or refarance type. ?

4 Answers   Synechron,






What do you mean by for each loop?

0 Answers  


Define an escape sequence, name few strings in escape sequence?

0 Answers  


Is c# int immutable?

0 Answers  


What is private void in c#?

0 Answers  


What .exe means?

0 Answers  


what is an internal specifier? what happens internally when I use access specifier Internal ?

4 Answers   rsystems,


What is the use of xmlserializer?

0 Answers  


Categories