.Net Doesn't offer Deterministic Distruction ?
a) True
b) False
Answer Posted / karna
its false.
.net offered deterministic and non detreministic
distruction.
determinstic destruction is acheived through
System.IDisposable interface Dispose() method.
As the non deterministic is finalize() method.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain why datareader is useful?
What are validator? Name the validation controls in asp.net?
What is meant by web application?
How is application management and maintenance improved in asp.net 2.0?
Can I read the hard disk serial # of the client computer using asp.net?
Which namespace is used by ado.net?
Define msil.
What is boxing and unboxing in asp.net?
how to retrieve property settings from xml .config file.
What is query string?
Can a .net web application consume java web service?
Explain how to prepare culture-specific formatting in .net.
To redirect the user to another page which method do we use without performing a round trip to the client?
Define web services in asp.net.
Explain serialization and deserialization?