Wat is Apartment Model?

Answers were Sorted based on User's Feedback



Wat is Apartment Model?..

Answer / parivesh trivedi

VB use Apartment model in multi-threading.

Is This Answer Correct ?    3 Yes 1 No

Wat is Apartment Model?..

Answer / cp

VB Apartment model is used for eliminating concurrency
problem in COM. This model helps threads in process to
execute with out interupting each other.

Is This Answer Correct ?    0 Yes 0 No

Wat is Apartment Model?..

Answer / seshu

Apartment Model in VB in easy to say...it works in
Multithreading.

If u start VB application, that was considered as Main
Process, under that if you open sub windows can work on
it...so this sub windows all under the main.

e.g: -----------------------------------(main)
|-----------------------------(sub)
|---------------------------(sub)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

what is the Difference between Listindex and Tab index?

1 Answers  


How do you do multithreading application in VB

1 Answers  


what is the difference between procedures,attributes and functions?

1 Answers   Microsoft, Patni,


What is "Reserved Error -1209"?

0 Answers  


What is instantiating?

0 Answers  






which property is used to lock a textbox to enter data?

4 Answers  


What is the difference between Object and Class?

2 Answers  


Explain the creation project schedule.

0 Answers  


What is VB ShellScripting?

1 Answers   Wipro,


What is ActiveX Control?

0 Answers   ABC,


in ADO connection string if password is leave blank and all others are given. what will happen

1 Answers   eFunds,


What is the use of Immediate, Local Window?

0 Answers  


Categories