Describe the term destructor
Briefly describe the term destructor?
Expert
Destructor is a special method for the class and is called up automatically when the object is finally destroyed. Name of a destructor is also same as that of a class but it is followed by the prefix tilde (~).
Destructor is used to release the resources and free the dynamic allocated memory. We can, though, implement the custom method which allows us to control object destruction through calling the destructor. The main features of a destructor are as follows:
i. They do not have any return type. ii. They are similar to constructors, as they are also always public iii. They cannot be overloaded.
Briefly describe garbage collection? Differentiate between garbage collections in .NET 4.0 and previous versions?
Distinguish among in-proc and out-of-proc
Write about the Satellite Assembly?
List some of the new features of ASP.NET AJAX 4.0?
Illustrate types of Session state management options available with ASP.NET?
In what way we can display the icon or bitmap image on a Button control?
When.NET was developed?
Specify some of the situations in which AJAX cannot be used.
Write the main difference between a RichTextBox and TextBox control.
Define the term tracing? And also explain that where it can be used?
18,76,764
1951786 Asked
3,689
Active Tutors
1432760
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!