摘要
Java语言是一种真正面向对象的语言,程序设计中会频繁地进行对象的操作,深入理解对象在内存中的分配过程有助于设计合理高效的程序,通过对Java虚拟机内存区域的分析详细介绍了对象的内存分配过程。
The java language is a real object oriented programming languages,programming objects will frequently be operating,in-depth understanding of the object in memory allocation process will help design a rational and efficient process.It introduced the object memory allocation process in detail to the Java virtual machine memory region's analysis.
出处
《电脑知识与技术(过刊)》
2011年第3X期1799-1801,共3页
Computer Knowledge and Technology
关键词
对象
JAVA虚拟机
内存分配
object
Java virtual machine
memory allocation