Garbage collectors on Modern Compilers
Shubhnandan S Jamwal
Broschiertes Buch

Garbage collectors on Modern Compilers

... a comprehensive study on JDK with respect to multithreaded programming

Versandkostenfrei!
Versandfertig in 6-10 Tagen
38,99 €
inkl. MwSt.
PAYBACK Punkte
19 °P sammeln!
Introduction Garbage collection is a technique for automatic reclamation and was first suggested by McCarthy. Programmers are looking for an ideal garbage collector. The choice of the particular garbage collector depends on the application behavior and mutator choice. The problems of managing storage have motivated language designers to redesign languages to include automatic storage reclamation. For automatic memory management programmers are embracing garbage collected languages such as Java which deals with automatic memory management and thereby reducing the burden of the programmer. Chapt...