In which format you can pass the value in the sleep function?


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

Post New Answer

More C Sharp Interview Questions

What is garbage collection? How to force garbage collector to run?

0 Answers  


What is the difference between protected and private?

0 Answers  


If c# destructors are so different to c++ destructors, why did ms use the same syntax?

0 Answers  


What is getenumerator?

0 Answers  


If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  






What is void in c#?

0 Answers  


Is c++ or c# better?

0 Answers  


How do you implement thread synchronization in c#?

0 Answers  


How can we set the class to be inherited, but prevent the method from being over-ridden?

0 Answers  


Why to use “using” in c#?

0 Answers  


What is default value of bool in c#?

0 Answers  


What is the difference between TypeOf and GetType?

4 Answers   Syntel,


Categories