what is use to destroy an object? illustrate.

Answers were Sorted based on User's Feedback



what is use to destroy an object? illustrate...

Answer / alb.shah

Object is distroyed when it goes out of the scope and it
can be distroy with its default destructor.

Is This Answer Correct ?    2 Yes 1 No

what is use to destroy an object? illustrate...

Answer / rekha

OBJECT IS DESTROY WHEN FREE THE MEMORY ALLOTED TO THAT
OBJECT.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Contrast the use of an abstract base class against an interface?

5 Answers   iLink,


What is the method used to load generated dataset with data on the DataAdapter control ?

3 Answers   Siebel,


What is session id in web application?

0 Answers  


How is a session stored and maintained in asp.net?

0 Answers  


Explain the boxing and unboxing concept in .net?

0 Answers  






33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.

2 Answers   Friedkin, ISH, Syntax, Syntax Softtech,


What are the different session state management options available in asp.net?

0 Answers  


Give a few examples of page life cycle events.

0 Answers   Accenture,


How many Language support in ASP.NET?

11 Answers   TCS,


How should I destroy my objects in asp.net?

0 Answers  


Explain how is a property designated as read-only?

0 Answers  


How can we inherit a static variable?

0 Answers  


Categories