.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 shared and private assembly?

1 Answers   Accenture,


What is the Global.asax used for?

7 Answers   Siebel Systems,


Can the unique key be null?

0 Answers  


What is the differences between a primary key and a unique key in sql server?

0 Answers  


Explain how cookies work. Give an example of cookie abuse.

0 Answers  






What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

0 Answers  


What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object

7 Answers   Bunzl Vending, Syntax Softtech,


What is the difference between typeof() vs gettype()?

0 Answers  


Explain some of the major built-in objects in asp.net

0 Answers  


What do you mean by authentication and authorization

3 Answers  


How to check the end of the record in Datareader?

2 Answers   Cognizant,


Write a standard lock() plus double check to create a critical section around a variable access?

1 Answers  


Categories