Which is executed if an exception has not occurred?


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

Post New Answer

More C Sharp Interview Questions

In c#, what will happen if you do not explicitly provide a constructor for a class?

0 Answers  


What's the difference between the debug class and trace class? Documentation looks the same.

0 Answers  


How to rotate an Image in C#?

0 Answers   Petranics Solutions,


Can we inherit private members of class in c#?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


What is the difference between static class and sealed class in c#?

0 Answers  


wipro interview question on 28-Apr-10 1.what type of authentication used in web service, 2.what are type of multithreding ? 3.diff bet delegate and multithreading? 4.how to write update query trigger in stored procedure. 5. if you are so sharp then what happens when you click .net appln exe in system,who CLR get loaded. 6.how to use work flown in application. 7.what is main purpose of script manager. 8.how u handle cretical transaction. 9.how you syncronize the method from no of user, 10.how change name of shared assambly

1 Answers  


what is CLONE() method?

1 Answers  


Differentiate between object pooling and connection pooling in c#?

0 Answers  


How the versioning applies to Assemblies or can you explain version numbers?

0 Answers   CitiusTech,


How many aware interfaces are there?

0 Answers  


How does dependency injection work c#?

0 Answers  


Categories