
Java
文章平均质量分 63
iteye_6368
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JVM note1
摘自http://www.javaworld.com/javaworld/jw-07-1997/jw-07-hood.html?page=1 虽然一篇古老的文章,但是受益匪浅。 Each thread is allocated its own stack. Inside the Java virtual machine, each thread is awarded a Java ...原创 2011-07-29 15:40:48 · 136 阅读 · 0 评论 -
JVM note2
A heap is a tree data structure where higher levels of the tree always contain greater (or lesser, if it's set up that way) values than lower levels. Donald Knuth says (The Art of Computer P...原创 2011-07-29 17:00:49 · 147 阅读 · 0 评论