Day 13

Quiz

1: True/False. When COM+ deactivates an object, it does so on both the client and the server.
A1: False. When COM+ deactivates an object, it only does so on the server side. As far as the client is concerned, it still has a valid reference to the object.
2: True/False. The use of JIT is optional for components that do not require a transaction.
A2: True. However, it is mandatory for components that do require a transaction.
3: What is the best way to create a pooled object using Visual Basic 6.0?
A3: OK, this is a trick question. Objects that are pooled cannot be bound to a particular thread, as is the case with objects that make use of the Apartment threading model. Because the Visual Basic development environment can currently ...

Get Sams Teach Yourself Microsoft® Windows® DNA Programming in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.