.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

What is the use Membership in asp.net? and What is the use profiler in asp.net?

1 Answers  


Which protocol is used in a web api?

0 Answers  


If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

0 Answers  


You ve defined one page_load event in aspx page and same page_load event in code behind how will prog run?

6 Answers   TCS,


what is the dllhell? why we use the dllhell?

4 Answers  






How to prepare culture-specific formatting in .net.

0 Answers  


What is Hybrid dictionary

1 Answers  


What is OSI layer? Explain different layers.

0 Answers   MCN Solutions,


Explain current thinking around IClonable.

1 Answers   Infosys, Wipro,


What is the compiled object?

0 Answers   eXensys,


Is it possible to change the index of primary key on table?

0 Answers  


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


Categories