Define thread? Explain about multithreading?


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

Post New Answer

More C Sharp Interview Questions

What do you mean by streamreader/streamwriter class in c#?

0 Answers  


what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

0 Answers  


Define Final Class in C#

0 Answers   HCL,


What is difference between string and stringbuffer in c#?

0 Answers  


Why abstraction is used in c#?

0 Answers  






what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


What are data types with examples?

0 Answers  


What is the difference between an XML "Fragment" and an XML "Document." ?

1 Answers  


Are value types sealed?

0 Answers  


What is yield in c#?

0 Answers  


In which order the destructor is called for an inherited class?

0 Answers  


What is constants in c#?

0 Answers  


Categories