(毕业学术论文设计)-计算机专业外文翻译(Java垃圾收集器)(适用于外文翻译+中英文对照).docVIP

  • 2
  • 0
  • 约1.34万字
  • 约 9页
  • 2018-10-11 发布于广西
  • 举报

(毕业学术论文设计)-计算机专业外文翻译(Java垃圾收集器)(适用于外文翻译+中英文对照).doc

w How a garbage collector works of Java Language If you come from a programming language where allocating objects on the heap is expensive, you may naturally assume that Java’s scheme of allocating everything (except primitives) on the heap is also expensive. However, it turns out that the garbage collector can have a significant impact on increasing the speed of object creation. This might sound a bit odd at first—that storage release affects storage allocation—but it’s the way some JVMs work, and it means that allocating storage for heap objects in Java can be nearly as fast as creatin

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档