摘要:
public class Ttest { public static void main(String[] args) { Cellphone c1 = new Cellphone(); c1.naozhong(new Bell() { @Override public void ring() { 阅读全文
摘要:
八大基本数据类型 Java中的数据类型 public class Day1 { public static void main(String[] args) { //八大基本数据类型 //整数型 int num1=2; //四个字节 byte num2=1; //一个字节 short num3=5; 阅读全文