Threading Types ?

Answers were Sorted based on User's Feedback



Threading Types ?..

Answer / manikandan

single thread and multithread

Is This Answer Correct ?    6 Yes 2 No

Threading Types ?..

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

Threading Types ?..

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

Post New Answer

More Dot Net Remoting Interview Questions

explain is .NET Remoting?

2 Answers   Mind Tree,


Which one is better WebService and Remoting ?

0 Answers   NA,


What is the Difference between CAO and SAO in Remoting.

0 Answers  


what is Client-activated object in remoting?

0 Answers   DELL,


What are static assemblies and dynamic assemblies?

0 Answers  






How can you tell the application to look for assemblies at the locations other than its own install?

1 Answers  


What are static assemblies and dynamic assemlies. Differences between them ?

2 Answers   TCS,


What are the information required to configure remote objects?

0 Answers  


What are static assemblies and dynamic assemblies. Differences between them?

0 Answers  


What is the proxy of the server object in .net remoting?

0 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?

2 Answers  


define client activated objects (cao)?

0 Answers  


Categories