皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
阅读程序 阅读下列 Java 源文件,并回答问题。 public class Person { void speakHello() { System.out.print(" 您好,很高兴认识您 "); System.out.println(" nice to meet you"); } } class Xiti { public static void main(String args[]) { Person zhang = new Person(); zhang.speakHello(); } } ( 1 )上述源文件的名字是什么? ( 2 )编译上述源文件将生成几个字节码文件?这些字节码文件的名字都是什么? ( 3 )在命令行执行 java Person 得到怎样的错误提示?执行 java xiti 得到怎样的错误提 示?执行 java Xiti.class 得到怎样的错误提示?执行 java Xiti 得到怎样的输出结果? (4)在Eclipse如何修改上述代码能够才能执行得到正确结果?
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】Base on "Psychology of Money": Quiz No. 5 on page 34
A.
Answer A from the textbook
B.
Answer B from the textbook
C.
Answer C from the textbook
D.
Answer D from the textbook
【单选题】Base on "Psychology of Money": Quiz No. 4 on page 34
A.
Answer A from the textbook
B.
Answer B from the textbook
C.
Answer C from the textbook
D.
Answer D from the textbook
【单选题】EDI具有三个主要特点:第一,EDI是计算机应用系统之间的通信;第二,数据自动地投递和传输处理,应用程序对它自动响应;EDI的第三个重要特点是______。
A.
计算机之间传输的信息遵循一定的语法规则与国际标准
B.
EDI必须通过Internet网络进行传输
C.
计算机之间传输的信息遵循Email标准
D.
所有的EDI信息在局域网中传输
【单选题】Base on "Psychology of Money": Quiz No. 1 on page 34
A.
Answer A from the textbook
B.
Answer B from the textbook
C.
Answer C from the textbook
D.
Answer D from the textbook
【简答题】Internet中的自治系统最重要的特点就是它有权自主决定在本系统内应采用何种( )协议。
【简答题】Internet中自治系统最重要的特点就是它有权自主决定在本系统内应采用何种_________ 协议。
【简答题】简述计算机维护保养都需要注意哪些事项。
【单选题】EDI具有的三个主要特点是( )。 Ⅰ.EDI是计算机应用系统之间的通信 Ⅱ.数据自动地投递和传输处理,应用程序对它自动响应 Ⅲ.计算机之间传输地信息遵循一定的语法规则与国际标准 Ⅳ.EDI必须通过Internet进行传输
A.
Ⅰ、Ⅱ、Ⅲ
B.
Ⅱ、Ⅲ、Ⅳ
C.
Ⅰ、Ⅲ、Ⅳ
D.
Ⅰ、Ⅱ、Ⅳ
【单选题】Base on "Psychology of Money": Quiz No. 2 on page 34
A.
Answer A from the textbook
B.
Answer B from the textbook
C.
Answer C from the textbook
D.
Answer D from the textbook
【单选题】Base on "Psychology of Money": Quiz No. 3 on page 34
A.
Answer A from the textbook
B.
Answer B from the textbook
C.
Answer C from the textbook
D.
Answer D from the textbook
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题