JAVA认证:78道SCJP考试试题精解 QUESTION NO: 70 Which statement about static inner classes is true? A. An anonymous class can be declared as static. B. A static inner class cannot be a static member of the outer class. C. A static inner class do…
一、scanf 在scanf里用*修饰符,是起到过滤读入的作用。比如一个有三列数值的数据,我只想得到第2列数值,可以在循环里用scanf(“%*d%d%*d”,a[i])来读入第i行的第2个数值到a[i]。 例如:
#include<cstdio>
int main()
{int a 1, b 1;
…
前一段时间,在打开eclipce时出现如下提示: Error: could not open C:\Program Files\Java\jre6\lib\i386\jvm.cfg。下面说一下我的解决办法。 这个问题现在看来是由于我在安装了JDK的情况下又一次误点了JDK安装程序,导致重复安装。注册表中的…