发布时间:2015-07-16 20:24:08
1. static 变量静态变量的类型 说明符是static。 静态变量当然是属于静态存储方式,但是属于静态存储方式的量不一定就是静态变量。 例如外部变量虽属于静态 存储方式,但不一定是静态变量,必须由 static加以定义后才能成为静态外部变量,或称静态全局变量。2. 静态局部变量静态局部变量属于静态存储方式,它具有以下.........【阅读全文】
发布时间:2015-07-16 20:22:49
<div style="padding:0px;margin:0px;color:#555555;font-family:宋体, 'Arial Narrow', arial, serif;font-size:14px;line-height:28px;white-space:normal;background-color:#FFFFFF;"><span style="font-size:small;">static表示“全局”或者“静态”的意思,用来修饰成员变量和成员方法,也可以形成静态static代码块.........【阅读全文】
发布时间:2015-07-13 21:17:58
<span style="font-family:Verdana, Arial, Helvetica, sans-serif;white-space:normal;background-color:#F5FAFE;"><strong>一、 JVM架构</strong><br />与性能密切相关的JVM的关键组件,有堆、JIT编译器,垃圾收集器。<span style="font-family:Verdana, Arial, Helvetica, sans-serif;white-space:normal;background-co.........【阅读全文】
发布时间:2015-07-12 16:26:22
http://www.cnblogs.com/god_bless_you/archive/2010/05/20/1740296.html<br />http://www.cnblogs.com/god_bless_you/archive/2010/05/20/1740307.html<br />http://www.cnblogs.com/god_bless_you/archive/2010/05/20/1740311.html<br /><br />http://blog.csdn.net/crave_shy/article/details/21157955.........【阅读全文】