会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
My_zhou_zhou
博客园
首页
新随笔
联系
管理
订阅
11 2015 档案
String的== 和equal
摘要:示例代码: 1 public class ArrayTest { 2 3 public static void main(String[] args){ 4 5 int[] c = new int[]{}; 6 7 ...
阅读全文
posted @
2015-11-03 16:26
*Zhou神Bu坑*
阅读(110)
评论(0)
推荐(0)
Java 类加载顺序
摘要:新建一个Animal类如下: 1 public class Animal { 2 3 static int x1 = print("static animal x1"); 4 private int i = print("hello animal i"); 5 6...
阅读全文
posted @
2015-11-03 15:05
*Zhou神Bu坑*
阅读(117)
评论(0)
推荐(0)
公告