本帖最后由 十甫寸 于 2013-7-26 00:29 编辑
class Student
{
private int age ;
private static student s=new student () ;
private static () {}
private static studen getStudent ()
{
return s ;
}
}
1. 在 private static () {}中,为什么有两个括号?在() {} 里 是用来写什么的?
2. 求下面3行语句的注释?
private static student s=new student () ;
private static () {}
private static studen getStudent ()
|