10 2020 档案

摘要:public class Text { { field=200; } public int field; public static void main(String[] args) { Text obj=new Text(); System.out.println(obj.field); obj= 阅读全文
posted @ 2020-10-07 23:07 derek&cosmo 阅读(102) 评论(0) 推荐(0)
摘要:1. public class Test { private static int value=1; public static void main(String[] args) { // TODO 自动生成的方法存根 int value=2; System.out.print(value); }} 阅读全文
posted @ 2020-10-02 21:55 derek&cosmo 阅读(119) 评论(0) 推荐(0)