.Net Doesn't offer Deterministic Distruction ?
a) True
b) False
Answers were Sorted based on User's Feedback
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 |
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 |
How many no of classes in .net
Which color scheme in a Repeater control can you provide alternatively?
Can you nest updatepanel within each other?
how many character send in one sms forget 160limit and think about gateway allowed
What is the use Membership in asp.net? and What is the use profiler in asp.net?
code for inserting images into gridview colomns from database
Explain the difference between value type and reference type?
Explain the concept of event bubbling in ASP.NET?
0 Answers Sans Pareil IT Services,
Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designing the selction option using radio button. So, I want to retrive the data from the database to the radiobutton option. And also please tell me the how to compare the correct answer option with Answer selected by the users. If any body knows or have done this before please Help me out. My mail id is get_rome@yahoo.co.in. Table format: Question Id Queston Option1 Option 2 Option 3 Option 4 Correct answer 1 What is ur name? My name is ….. My name …. My name …. My name …. My name is tom
Why is mvc better than asp.net?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What are the versions of garbage collection?