关于类的加载和static变量及方法和构造器运行
public class Demo2 {
public static int k=0;
public static Demo2 t1=new Demo2("t1");
public static Demo2 t2=new Demo2("t2");
public static int i=print("i");
public static int j=print("j");
public static int n=99;
//代码块
{
print("构造函数");
}
//静态代码块
static{
print("静态代码块");
}
//静态方法
public static int print(String s){
System.out.println(" i= " + i + " " + s + "k= " + k + " n= " + n + " j= " + j);
++i;
++k;
++n;
return i;
}
//构造器
public Demo2(String string){
print(string);
}
//主函数
public static void main(String[] args){
Demo2 d=new Demo2 d=new Demo2("T");
}
【关于类的加载和static变量及方法和构造器运行】}
推荐阅读
- 热闹中的孤独
- JAVA(抽象类与接口的区别&重载与重写&内存泄漏)
- 放屁有这三个特征的,请注意啦!这说明你的身体毒素太多
- 一个人的旅行,三亚
- 布丽吉特,人生绝对的赢家
- 慢慢的美丽
- 尽力
- 一个小故事,我的思考。
- 家乡的那条小河
- 《真与假的困惑》???|《真与假的困惑》??? ——致良知是一种伟大的力量