Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / raghu

Garbage Collection

Is This Answer Correct ?    12 Yes 2 No

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

Answer / anil sharrma

Generations....

Is This Answer Correct ?    2 Yes 1 No

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

Answer / saravanan

garbage collection

Is This Answer Correct ?    2 Yes 1 No

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

Answer / praveen

Mark and Compact Algorithm,
Generation Algorith.. and many more...

Is This Answer Correct ?    2 Yes 1 No

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

Answer / chaithra

memory allocation

Is This Answer Correct ?    2 Yes 2 No

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

Answer / dhara

garbage collector

Is This Answer Correct ?    2 Yes 2 No

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

Answer / khushi

garbage colllection

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How do you escape c#?

0 Answers  


in a town the percentage of total men is 52. the percentage of total literacy is 48. if total percentage of literate men is 35 of total population. write a program to find out the total no of illiterate men and women.

3 Answers   HCL,


what is difference between is and as operators in c#?

0 Answers   Winsol Solutions,


Write a sample code to write the contents to text file in c#?

0 Answers  


Can arraylist hold primitive types?

0 Answers  


When compiler adds a default constructor to a class?

4 Answers   TCS,


what is a constructor? What is a destructor?

0 Answers  


What is helper method in c#?

0 Answers  


Explain the role of Garbage collector and its generations?

0 Answers   MCN Solutions,


What is the benefit of interface in c#?

0 Answers  


What is the difference between string keyword and system.string class?

0 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


Categories