摘要: 常用功能 public static boolean addAll(Collection c, T... elements):往集... 阅读全文
posted @ 2020-10-20 20:22 谢海川 阅读(33) 评论(0) 推荐(0)
摘要: 以下程序执行的结果是什么?( ) static boolean foo(char c) { System.out.print(c);... 阅读全文
posted @ 2020-10-20 18:07 谢海川 阅读(32) 评论(0) 推荐(0)
摘要: 请根据下面的代码块选择正确的选项( ) String s1 = "xiaoming";String s2 = "xiaoming";... 阅读全文
posted @ 2020-10-20 17:37 谢海川 阅读(23) 评论(0) 推荐(0)