What is the relation between Garbage collector and finalize
and destructor?
Answer Posted / aparna
here the GC calls an object's FINALIZE metod immediately
befoer it collects an object that is no longer reffered by
the application
GC doesnt actually run finalize metod when the GC finds a
FINALIZE method it queues the obj up for the finalizer to
execute the objects metod
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Name a feature which is common to all .net languages?
what is common language specification?
What is the difference between vb 6 and vb.net?
How a base class method is hidden?
What is the difference between convert.tostring and .tostring() method?
What are the types of generations in garbage collector?
Name some of the keywords used in vb.net?
Explain an assembly and its use?
Can we use Vb.Net and C# language simultaneously in one .Net application?
What is the role of new keyword?
Observations between vb.net and vc#.net?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
Which namespace are used for accessing the data?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .