
Sajid Iqbal
I am an academician and researcher in the field of Computer Science. For last 10 years i am associated with higher education and teaching different courses at graduate and undergraduate level. I am passionate to learn new things and do their implementations wherever possible.
Address: Multan, Punjab, Pakistan
Address: Multan, Punjab, Pakistan
less
Uploads
Papers by Sajid Iqbal
educational tenure. The study program offered at university level
generally consists of two type of courses: Core and Electives. The
core courses are compulsory for students to enroll whereas in
elective subjects they are provided with options to choose
according to their interest or specialization. Sometime it becomes
bit difficult for students to formulate right decision in course
selection according to their strengths and weakness. The
proposed system help the students, at this course selection stage,
with list of courses that are preferable for them based on their
previous course performances. This recommendation system is
based on ID3 decision tree algorithm and simply bases its
decisions on probability calculations
objects that become inaccessible during program execution. An efficient garbage collection mechanism certainly facilitates in smooth running of an application.
This paper performs a comparative analysis of garbage collection techniques implemented in Sun HotSpot, Oracle JRockit and IBM J9 virtual machines. We perform experiments with several benchmarks containing dynamic creation for objects of TreeMap, ArrayList and String array data types. Due to the creation of a large number of big sized memory objects and loss of references, the garbage is created that is collected by the garbage collectors implemented in the virtual machines.
The experiments are carried out on different hardware architectures including Intel Core 2 Quad and Intel Xeon based systems. The performance of each garbage collector is computed in terms of the rate of garbage collection that mainly depends upon the strategy implemented for garbage collection. Our results show that the Sun HotSpot garbage collector performs 4.66 times better than the Oracle JRockit and 144.06 times better than the IBM J9 garbage collectors.