Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的 Java 教科书中的一个真/假问题,我不确定......
静态成员方法可以引用同一个类的非静态成员变量,但只有在定义了类的实例之后?
这是错误的。我做了一个程序来做到这一点,它显示在控制台中:
1Exception in thread "main" java.lang.Error: Unresolved compilation problem: Cannot make a static reference to the non-static field aaaa at rubbish.a.b(a.java:8) at rubbish.a.main(a.java:15)
对不起,如果我错了,但我很确定我是对的。