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

What is a Windows process?

1 Answers  


Explain the hierarchial description of remoting?

0 Answers  


What are the situations you will use singleton architecture in remoting ?

0 Answers  


What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

0 Answers  


When we use web service and when we use Remoting?

2 Answers  






Explain how to perform remoting?

0 Answers  


What are CAO's i.e. Client Activated Objects ?

1 Answers  


Explain the types of .net remoting?

0 Answers  


What is the Difference between CAO and SAO in Remoting.

0 Answers  


What is delay signing?

2 Answers   HCL,


What is boxing and unboxing ?

4 Answers   Amdocs, BirlaSoft, TCS,


what is Client-activated object in remoting?

0 Answers   DELL,


Categories