Answer Posted / kondapallysantoshkumar
every COM object supports atleast one interfaceie IUNKNOWN
interface.each interface supports method acess data and
perform operations transperantely to the programmer,example
iunknown supports 3 methods addref(),release
(),queryinterface().if p is apointer to any iunknow.p-
>addref()increments the reference count
2)release().p->deleting the obkects when the reference
count reaches zero.,
3)queryinterface(idesired,pdesired).p->checks to see if the
current interface supports another interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the significance of attaching a profile while creating a user?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Which method do you use to kill explicitly a users session?
Define asp.net caching?
What is a windows service?
Distinguish between Server-side and Client-side code?
What are the uses of reflection?
How can we access static variable?
How can we identify that the Page is Post Back?
How do cookies work?
How long does an http session last?
Explain some of the major built-in objects in asp.net
What is the postback property in asp.net?
Define authentication and authorization.
Explain the significance of routing? : asp.net mvc