Downloads

Memory Management In C++ And Java

Authors

Gayathri Kandasamy Sengottaiyan1

Abstract

Memory management is basic for all languages because it is the important factor to determine the efficiency of the language. Language like Java have own garbage collector hence the programmer no need to do memory management. But in C++ the programmer has to release the memory through new and delete functions. In this paper, we are going to discuss how the memory is managed in both the languages and what are all the issues are there in memory in both the languages.

Article Details

Published

2017-12-30

Section

Articles

How to Cite

Memory Management In C++ And Java. (2017). International Journal of Engineering and Computer Science, 4(03). http://www.ijecs.in/index.php/ijecs/article/view/1053