Threading Types ?
Answers were Sorted based on User's Feedback
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 |
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 |
What do you mean by passport authentication and windows authentication ?
When do we use delegates in your remoting applications?
explain is .NET Remoting?
What are the steps to publish an object outside the service domain
define client activated objects (cao)?
How do you implement distributed applications in .net?
What are the security features in .net remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
How can we call methods in remoting asynchronously?
What technology enables out-of-proc communication in .NET ?
Explain marshalling and its types in .net remoting
When we use web service and when we use Remoting?