What is the difference between “finalize” and “finally” methods in c#?


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

Post New Answer

More C Sharp Interview Questions

Distinguish between a class and struct?

0 Answers  


What is ac callback?

0 Answers  


What are All kind of access specifiers for a class and for methods

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,


What is cls, cts and clr in net?

0 Answers  






What language do desktop applications use?

0 Answers  


wt is namespace? wt is the use?

12 Answers  


Can we use "this" command within a static method?

0 Answers  


What is null propagation c#?

0 Answers  


Why do we need a singleton class?

0 Answers  


What is the difference between internal and protected in c#?

0 Answers  


what are the differences b/w structure and class?

10 Answers  


Categories