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

How do you escape a character?

0 Answers  


Which is algorithm is used to Manage the Memory in .net ??

7 Answers   TCS,


What is public void in c#?

0 Answers  


What are mutable and immutable types in c#?

0 Answers  


What is public, private, protected, internal and internal protected?

0 Answers   QuestPond,






What is or operator in c#?

0 Answers  


If a child class instance is created, which class constructor is called first - base class or child class?

0 Answers  


Tell us something about static linking and dynamic linking?

0 Answers   C DAC,


What is strongly typed view?

0 Answers  


What is a must for multitasking

0 Answers   InterGraph,


Is c# strongly typed?

0 Answers  


Is c# used for frontend or backend?

0 Answers  


Categories