题目:给出下列[代码]注释标注的代码的输出结果 Plain Text class AAA { static int m; static { m = 888; } } public class E{ public static void main(String[] args) { AAA a=new AAA(); System.out.printf("%d:%d",AAA.m,a.m);//【代码】 } }
答案:评论后可见此内容
推荐使用我们的公众号搜索题目,题目更全,检索更方便。支持语音、图片、文字等多种搜索方式。