1.wht is satellite assembly???
2.How Garbage Collector works can u explain ????

Answer Posted / kamlesh sharma

1.through satellite assembly we can develop assembly and
(if we want to use in any language like chines,etc and we
can use it anywhere}


2. garbage collector run after a particuler point of time
may depends on memory requiremtnt or time
first garbage collector check unused resources from memory
from generation first(which is L2 cache)and then find any
references in genertion second(RAM)and then in third
generation (virtual memory)

when garbage collector find any unused resources, it put
that object in finalizition quere, for destruction of
object and free memory from unused resources

and there is a thread is associated with which free objects
one by one from this queue

and we can call explicitly the GC
like GC.collect(int )(here int is the generation number)

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of generations in garbage collector?

538


How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently

2007


What is a static class?

604


Tell me which namespace are used for accessing the data?

535


What is the role of new keyword?

637






What are the different types of Lock available in Visual Basic?

642


How do you retrieve the customized properties of a .net application from xml .config file?

523


What are the advantages of vb.net and c#?

647


Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.

2051


What is the significance of delegates?

530


How can we remove handlers at run time?

548


What are the shared variables?

562


what is commom language runtime?

563


Explain nested classes?

563


What is code security?

533