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 is strong name and what is the need of it ?
What are the types of remoting?
Define a process?
Explain serialization formatters in .net remoting
What is UUID and GUID what is the size of this ID ?
What is delay signing?
What are the channels in .net remoting?
How can you create a strong name for a .NET assembly?
What is unboxing?
What do mean by remotable objects in .net remoting?
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,
About remoting and web services. Difference between them?