?????塢???????t????
????1????????
?????????????????е????????????????????
????2?????????
????????????????????????ú?????з??????????????????
??????????????????????????????show??????е??????????????????????????á?
class Demo{
public static void main(String[] args)
{
Person.show();
}
}
class Person{
static String country = "china";
String name = "jinfulin";
public static void show()
{
System.out.print("????~");
}
}
?????????????÷?--????????
?????????????????У???????????Ρ?
??????????????????????
class Demo{
public static void main(String[] args)
{
new Person().show();
new Person().show();
}
}
class Person{
static
{
System.out.println("haha....");
}
void show()
{
System.out.println("????~");
}
}
????????????????haha?????ι???
????ps:???????????????????>????????>??????
????????????java??static???÷???static???????????????????????????????????????????????????????????????????????????????????????????á?