关于以下程序的说明,正确的是( )1. class StaticStuff2. {3. static int x=10;4. static { x+=5;}5. public static void main(String args[ ])6. {7. System.out.println(\x=\ + x);8. }9. static { x/=3;}10. }

时间:2022-11-15 21:43:05

相似题目