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 are the types of remotable objects?
What do you mean by windows authentication?
What is unmanaged code?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
1 Answers Tavant Technologies, TCS, Tech Mahindra,
What are the difference between static assemblies and dynamic assemblies?
Write a example code for remoting?
What is the purpose of System.EnterpriseServices namespace ?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What?s a proxy of the server object in .NET Remoting?
What is UUID and GUID what is the size of this ID ?
What are the information required to configure remote objects?
Can we configure a .net remoting object via xml file?