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 |
explain is .NET Remoting?
Which one is better WebService and Remoting ?
What is the Difference between CAO and SAO in Remoting.
what is Client-activated object in remoting?
What are static assemblies and dynamic assemblies?
How can you tell the application to look for assemblies at the locations other than its own install?
What are static assemblies and dynamic assemlies. Differences between them ?
What are the information required to configure remote objects?
What are static assemblies and dynamic assemblies. Differences between them?
What is the proxy of the server object in .net remoting?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
define client activated objects (cao)?