单项选择题下列方法被调用后,一定使调用线程改变当前状态的是______。
单项选择题下面for循环语句的执行结果是( )。 for(int j=10;j>3;j--) if(j%3!=0) j--; --j; --j; System.out.println(j);