java程序阅读填空题_JAVA练习题

@font-face{ font-family:"Times New Roman"; } @font-face{ font-family:"宋体"; } @font-face{ font-family:"Calibri"; } @font-face{ font-family:"Courier New"; } mso-level-number-format:lower-roman; mso-level-suffix:tab; mso-level-text:"%9."; mso-level-tab-stop:none; mso-level-number-position:right; margin-left:189.0000pt;text-indent:-21.0000pt;font-family:'Times New Roman';} p.MsoNormal{ mso-style-name:正文; mso-style-parent:""; margin:0pt; margin-bottom:.0001pt; mso-pagination:none; text-align:justify; text-justify:inter-ideograph; font-family:'Times New Roman'; mso-fareast-font-family:宋体; font-size:10.5000pt; mso-font-kerning:1.0000pt; } mso-style-name:章后习题_2; margin:0pt; margin-bottom:.0001pt; mso-pagination:none; text-align:justify; text-justify:inter-ideograph; font-family:'Times New Roman'; mso-fareast-font-family:宋体; font-size:10.5000pt; mso-font-kerning:1.0000pt; } p.p{ mso-style-name:"普通\(网站\)"; margin-top:5.0000pt; margin-bottom:5.0000pt; mso-margin-top-alt:auto; mso-margin-bottom-alt:auto; mso-pagination:widow-orphan; text-align:left; font-family:宋体; mso-bidi-font-family:'Times New Roman'; font-size:12.0000pt; } span.msoIns{ mso-style-type:export-only; mso-style-name:""; text-decoration:underline; text-underline:single; color:blue; } span.msoDel{ mso-style-type:export-only; mso-style-name:""; text-decoration:line-through; color:red; } margin-top:72.0000pt; margin-bottom:72.0000pt; margin-left:90.0000pt; margin-right:90.0000pt; size:595.3000pt 841.9000pt; layout-grid:15.6000pt; } div.Section0{page:Section0;}

一、 单选题

1.一个可以独立运行的Java应用程序( D)。

A、可以有一个或多个main方法      B、最多只能有两个main方法

C、可以有一个或零个main方法      D、只能有一个main方法

2.下列标识符合法的是(D)。

A、%abcd     B、2eft     C、package         D、_my_name

3. 有一段java 应用程序,它的主类名是A1,那么保存它的源文件名可以是(A)

A、A1.java       B、 A1.class         C、 A1          D、都对

4.在Java中,不属于整数类型声明的是( C)。

A、int         B、byte      C、double    D、long

5. 下面哪个修饰符修饰的方法只能被本类中的其他方法使用(   C   )

A、protected B、static C、private D、public

6. 在Java中,“456”属于(B)类的对象。

A、int          B、String         C、Integer         D、char

7. 在子类的构造方法中,可以使用(  B   )关键字调用父类的构造方法。

A、this          B、super         C、implements           D、exte

你可能感兴趣的:(java程序阅读填空题)