.Net Doesn't offer Deterministic Distruction ?
a) True
b) False

Answers were Sorted based on User's Feedback



.Net Doesn't offer Deterministic Distruction ? a) True b) False ..

Answer / 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

.Net Doesn't offer Deterministic Distruction ? a) True b) False ..

Answer / sharf

And y it is True? Explain

Is This Answer Correct ?    5 Yes 1 No

.Net Doesn't offer Deterministic Distruction ? a) True b) False ..

Answer / sridhar

True

Is This Answer Correct ?    2 Yes 1 No

.Net Doesn't offer Deterministic Distruction ? a) True b) False ..

Answer / sandeep soni

Its true be in MS.NET thier is not facility to destroy the
object...we can only unreference the object...

Only when the Garbage Collector is activated the Object
would be destroyed and we are never sure about the time
when the GC would get activated.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

How do you get records number from 5 to 15 from a dataset of 100 records?

3 Answers   Syntax Softtech,


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

0 Answers   Siebel,


What are session variables?

2 Answers   Microsoft,


Is it possible for me to change my aspx file extension to some other name?

0 Answers  


How do you create a permanent cookie?

8 Answers   Siebel Systems,






Is asp.net web forms dead?

0 Answers  


What asp.net control can embed xaml into asp.net pages?

0 Answers  


Explain culture and uiculture values.

0 Answers  


What is web api and why to use it?

0 Answers  


What is the usage of DelegatingHandler?

0 Answers  


What is the purpose of the validation summary control? What do you need to do to prevent an error message from being displayed in a validator when a validation summary control is used? How can you display a message in both the validator and the validation summary control?

2 Answers  


What is CLS?

5 Answers   IBM, PrimeLine, TCS,


Categories