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...


Threading Types ?

Answers were Sorted based on User's Feedback



Threading Types ?..

Answer / manikandan

single thread and multithread

Is This Answer Correct ?    6 Yes 2 No

Threading Types ?..

Answer / nalla

Theading types in Microsoft world are
STA -Single threaded apartment model- Synchronized
automatically- E.g Forms in windows(Win forms) are STA
application.
MTA -Multithreaded apartment model -Here synchronization is
required to acess shared resources. Use Mutex or Monitors

Is This Answer Correct ?    4 Yes 1 No

Threading Types ?..

Answer / vijay

we can use threads in our program in two ways

1) extending java.lang.Thread
2) implimenting java.lang.Runnable

(in java)

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Dot Net Remoting Interview Questions

How to perform Remoting?

1 Answers  


How to register a shared assembly ?

1 Answers   Digital GlobalSoft,


What technology enables out-of-proc communication in .NET ?

1 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


What do you mean by passport authentication and windows authentication ?

5 Answers   TCS,


What is unboxing?

0 Answers  


Name the distributed systems available apart from .net remoting?

0 Answers  


How are the activation URLs different in case of SAO and CAO in .NET remoting?

0 Answers  


Can you configure a .NET Remoting object via XML file?

1 Answers  


What is UUID and GUID what is the size of this ID ?

2 Answers   DELL,


What are the difference between static assemblies and dynamic assemblies?

0 Answers  


How do you directly call a native function exported from a DLL?

2 Answers  


Categories