Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write the sample code for threading in c# .net..

Answer Posted / sivakumar v

Static Void Run()
{
Console.WriteLine("Thread Is Running");

}
static void Main()
{
Thread TrdObj=new Thread(Run);//create the obj
TrdObj.start();

}

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I develop an application that automatically updates itself from the web?

950


Explain the ways to deploy an assembly?

1033


How are delegates chosen?

937


What is an inheritance ?Give an example in which inheritance is used?

1078


What is call back method?

1093


Where’s global assembly cache located on the system?

1056


How long will it take to learn c#?

1015


What is hash c#?

1036


What is the extension of c# file?

1118


Define multicast c# delegate?

1011


What is difference between abstraction and encapsulation in c#?

1064


Does the system.exception class have any cool features?

1075


Can abstract class instantiated c#?

948


How many types of methods are there in c#?

964


Is c# good for web development?

1019