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

What is strong name and what is the need of it ?

1 Answers   Digital GlobalSoft,


What are the types of remoting?

0 Answers  


Define a process?

0 Answers  


Explain serialization formatters in .net remoting

0 Answers  


What is UUID and GUID what is the size of this ID ?

2 Answers   DELL,


What is delay signing?

2 Answers   HCL,


What are the channels in .net remoting?

0 Answers  


How can you create a strong name for a .NET assembly?

2 Answers  


What is unboxing?

0 Answers  


What do mean by remotable objects in .net remoting?

0 Answers  


What is boxing and unboxing ?

4 Answers   Amdocs, BirlaSoft, TCS,


About remoting and web services. Difference between them?

6 Answers   Microsoft,


Categories