How Garbage Collector (GC) Works?
Answer / vandana joshi
When no refernce to a class object exist then GC will
deallocate memory occupied by those refernces automatically.
| Is This Answer Correct ? | 7 Yes | 0 No |
Example from .net. Integer & struct are value types or reference types in .net?
Explain the difference between the stack and the heap?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
What is use of ContextUtil class?
How do you trigger the paint event in system.drawing?
Give An example of a ctype and directcast.
What are the new features of Framework 1.1 ?
What is .net core used for?
What are .net functions?
What is the concept of inheritance and how it works in .net?
syntax for binding the data from database
What is the difference between boxing and unboxing?