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
Explain the advantage of option strict on?
How would you implement inheritance using vb.net?
Which properties are used to bind a DataGridView control?
how many server control present in .net
What are the differences between server-side and client-side code?
What is late binding?
What are the types of generations in garbage collector?
Explain the use of serialization and deserialization?
What is the use of console application?
Explain the difference between int and int32?
What is break mode? What are the options to step through code?
Which control is an example of an object in vb net?
How to view an assembly?
Tell us how many languages are supported by .net?
What is the difference between datagrid and gridview?