What are the different states of a thread?


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

Post New Answer

More C Sharp Interview Questions

What is generic and non generic collections in c#?

0 Answers  


how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

1 Answers   Verizon,


How do I declare a pure virtual function in c#?

0 Answers  


What?s the difference between <c> and <code> XML documentation tag?

1 Answers  


How do you convert byte array to hexadecimal string, and vice versa?

0 Answers  






What is difference between array and arraylist in c#?

0 Answers  


how to add datarow to datatable

1 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.

0 Answers  


Can an abstract class have a constructor c#?

0 Answers  


Why we need get set property in c#?

0 Answers  


How do I trim a space in c#?

0 Answers  


Categories