Explain how can you clean up objects holding resources from within the code?


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

Post New Answer

More C Sharp Interview Questions

what is serilization?

6 Answers   Protech,


Can list contain duplicates c#?

0 Answers  


So what makes your code really object-oriented #?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Can a abstract class have a constructor?

0 Answers  






How main method is called in c#?

0 Answers  


What is parallel foreach c#?

0 Answers  


For methods inside the interface why can’t you specify the accessibility modifier?

0 Answers   Siebel,


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


How do you create user defined data types in c#?

0 Answers  


What is class method?

0 Answers  


What is continue in c#?

0 Answers  


Categories