大学职业搜题刷题APP
下载APP
首页
课程
题库模板
Word题库模板
Excel题库模板
PDF题库模板
医考护考模板
答案在末尾模板
答案分章节末尾模板
题库创建教程
创建题库
登录
logo - 刷刷题
创建自己的小题库
搜索
【简答题】

请回答以下程序中,注解部分的7个问题: public class ShowInnerClass { private static int testdata; private int data; /** * A method in the outer class */ public void m() { // Do something InnerClass instance = new InnerClass(); //question 7: can we modify the m variable using the next statemet? //m = 4; } // An inner class //question1: can we define InnerClass as static one? class InnerClass { //question2: can we add the next declaration? //static int temp; int m = 3; //question3: can we have the next declaration? private int data; /** * A method in the inner class */ public void mi() { // Directly reference data and method defined in its outer class //question4: if the answer of question3 is true, then what about the //next statement? how we refer to the data of outer class? data++; ShowInnerClass.this.data++; m(); testdata++; } //question5:can we nestly define class, what is its class name? class DeepInnerClass { public void mm() { } } //question6: can we define class in the method? public void ml() { class ClassInMethod { public void mm() { } } } } }

手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
收藏 - 刷刷题收藏
举报
参考答案:
举一反三

【单选题】宰后检疫的程序不包括

A.
头部检疫
B.
内脏检疫
C.
酮体检疫
D.
菌体检疫

【多选题】基于Internet的EDI存在的问题有()。

A.
安全问题
B.
网络营运的可靠性
C.
成本问题
D.
第三方认证问题
相关题目:
【单选题】宰后检疫的程序不包括
A.
头部检疫
B.
内脏检疫
C.
酮体检疫
D.
菌体检疫
【多选题】基于Internet的EDI存在的问题有()。
A.
安全问题
B.
网络营运的可靠性
C.
成本问题
D.
第三方认证问题
刷刷题-刷题-导入试题 - 刷刷题
参考解析:
AI解析
重新生成
题目纠错 0
发布
刷刷题-刷题-导入试题 - 刷刷题刷刷题-刷题-导入试题 - 刷刷题刷刷题-刷题-导入试题 - 刷刷题
刷刷题-刷题-导入试题 - 刷刷题
刷刷题-刷题-导入试题 - 刷刷题
刷刷题-单词鸭