
JAVA
文章平均质量分 89
Sweep-
今天代码敲了吗??!
展开
-
java题库——继承和多态
a. A method can be overloaded in the same class.b. A method can be overridden in the same class.c. If a method overloads another method, these two methods must have the same signature.d. If a method overrides another method, these two methods must have原创 2022-12-05 11:18:14 · 805 阅读 · 0 评论 -
java题库——对象和类
目录一. 单选题(共10题,66分)1. (单选题)The default value for data field of a boolean type, numeric type, object type is , respectively.2. (单选题)Analyze the following code.public class Test { int x;public Test(String t) { System.out.println("Test");}public static void ma原创 2022-12-03 17:09:07 · 300 阅读 · 0 评论 -
java题库——认证考试题1
我的答案:E答案解析:types in class variables default to null.我的答案:答案解析:these two imports could be removed. In that case, the answer would be option D.我的答案:D答案解析:原创 2022-12-02 18:36:32 · 803 阅读 · 0 评论 -
JAVA题库——关于java中的方法
本文主要收集关于java中的方法的练习题。原创 2022-10-19 00:24:12 · 233 阅读 · 0 评论 -
JAVA题库——数组知识练习
本文收集整理关于java数组方面的例题。原创 2022-10-11 20:51:55 · 393 阅读 · 0 评论 -
JAVA题库——基础练习1
本文列举一些java基础练习题。原创 2022-10-10 17:39:32 · 428 阅读 · 0 评论