Define Query Interface,Adref,Release?
Answer / 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 |
Who will magage un-managed code?
What are Master Pages in ASP.NET?
Differentiate between namespace and assembly.
Describe the difference between inline and code behind.
What data types do the RangeValidator control support?
Explain the differences between clr & cts?
What is Dynamic Web and discuss its usage with the help of real life examples?
How to create events for a control?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Define managed code and managed data in .net?
How can you change a Master page dynamically in which event of page life cycle?
What kind of data we can store in viewstate?