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 difference between web.config and machine.config in ASP.NET?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Explain the features that make asp.net more used framework? : asp.net mvc
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Which data type does the rangevalidator control support?
From which base class all web forms are inherited?
What is the difference between session and application?
What is a server cookie?
What is clickid?
What is clr? Difference between clr & cts?
What is work flow gen? how can it will work with .Net?
What is the difference between Hash table and Array list?
What are Session states available and its Uses?
What is web configuration file and how to use in web application
What is Partial PostBack in ASP.NET?