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

Can you please explain the difference between namespace and assembly?

542


thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net

1701


What is the purpose of an Assembly?

592


hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!

1572


How to store decimal data in .net?

633






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 .

1551


What is public assembly?

562


how to get dynamic control array position or its index position?

2040


What is the use of console application?

572


Explain the use of console application?

532


how many server control present in .net

2290


Explain how to store decimal data in .net?

705


Which control is an example of an object in vb net?

6445


What is the role of new keyword?

620


What is the importance of a Button control?

864