Please use this identifier to cite or link to this item: https://elibrary.tucl.edu.np/handle/123456789/15411
Full metadata record
DC FieldValueLanguage
dc.contributor.authorBhatta, Saroj-
dc.date.accessioned2023-02-23T10:56:17Z-
dc.date.available2023-02-23T10:56:17Z-
dc.date.issued2014-
dc.identifier.urihttps://elibrary.tucl.edu.np/handle/123456789/15411-
dc.description.abstractJava Virtual Machine (JVM) works as a software module that executes java application bytecode and translates the byte code into hardware and operating system-specific instructions. By doing so, the JVM enables java program to be executed in different environments. It also performs the function of memory allocation as objects are created and freeing when they are no longer needed. In java programming language, garbage collector automatically manage the objects generated by the keyword new inside Java Virtual machine. But in other programming languages like C/C++ objects created are managed by free or delete. Garbage collection is the process of automatic storage reclamation in which those objects which are no longer referenced from any live objects or from program are collected. One of the advantages of garbage collection is that the garbage collection ensures program integrity. It is an important part of java security strategy. Garbage collectors are becoming the essential part of compilers. Most of the high level languages like java and C# have incorporated garbage collectors for automatic memory management. This study compares three garbage collectors (Serial, Parallel and Concurrent Mark Sweep). After performing different tests, this dissertation work showed that Serial GC is better choice if we have to use single threaded programs and parallel GC is better choice in case of multithreaded. Keywords: Serial garbage Collector, Parallel Garbage Collector, Concurrent mark Sweep Garbage Collector, Java Virtual Machine, Java Heap Memory.en_US
dc.language.isoen_USen_US
dc.publisherDepartment of Computer Science & Information Technologyen_US
dc.subjectSerial garbage collectoren_US
dc.subjectParallel garbage collectoren_US
dc.titleComparative Study and measurement of performance of Serial, Parallel and Concurrent Mark Sweep Collectors algorithm on JVMen_US
dc.typeThesisen_US
local.institute.titleCentral Department of Computer Science and Information Technologyen_US
local.academic.levelMastersen_US
Appears in Collections:Computer Science & Information Technology

Files in This Item:
File Description SizeFormat 
Cover page.pdf417.75 kBAdobe PDFView/Open
Chapter page.pdf942.04 kBAdobe PDFView/Open


Items in DSpace are protected by copyright, with all rights reserved, unless otherwise indicated.