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 register a shared assembly ?

1 Answers   Digital GlobalSoft,


About sn.exe ?

2 Answers   MMTS, TCS,


How do you define the lease of the object?

1 Answers  


Explain how to directly call a native function exported from a dll?

0 Answers  


Which namespace is used for encryption ?

3 Answers   Digital GlobalSoft,






Explain the types of .net remoting?

0 Answers  


What is unmanaged code and will CLR handle this kind of code or not ?

1 Answers   DELL,


what is the diff between remoting and webservice

1 Answers  


what are the various type of channels used by .Net remoting and which is the best one?

1 Answers  


What do you mean by passport authentication?

0 Answers  


Explain Singleton design pattern of Remoting?

0 Answers   PUCIT,


Explain how to perform remoting?

0 Answers  


Categories