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
How does exception management works in ASP.NET?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What is form method?
what are the security certificates used in webservices?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is session in web technology?
What are the main differences between asp and asp.net?
Define the term Scavenging in Caching?
What is the difference between union and join?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What are the uses of reflection?
What is xaml? Are xaml file compiled or built on runtime?
What is difference between ispostback and autopostback in asp net?
What is difference between view and partial view?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc