Is it possible to force garbage collector to run?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Why do we need encapsulation in c#?

0 Answers  


list the steps in code compilation in c#?

0 Answers  


Does c# support #define for defining global constants?

0 Answers  


What are the main reasons to use c# language?

0 Answers  


Does c# replace c++?

0 Answers  






public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


What is trim in c#?

0 Answers  


What do you mean by generic class in c#?

0 Answers  


What is difference between property and variable in c#?

0 Answers  


Oops concepts ?

2 Answers   Accenture, Digital GlobalSoft,


Can an array be null c#?

0 Answers  


Describe the overview of clr integration.

0 Answers  


Categories