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 |
How to perform Remoting?
How to register a shared assembly ?
What technology enables out-of-proc communication in .NET ?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What do you mean by passport authentication and windows authentication ?
What is unboxing?
Name the distributed systems available apart from .net remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Can you configure a .NET Remoting object via XML file?
What is UUID and GUID what is the size of this ID ?
What are the difference between static assemblies and dynamic assemblies?
How do you directly call a native function exported from a DLL?