随笔分类 -  Java

摘要:== equals 解释 a b true true a c false true a e true true a g true true f g false true String a = "hello2";String b = "hello2";String c = new String("hello2");f... 阅读全文
posted @ 2018-08-20 15:37 R4mble 阅读(88) 评论(0) 推荐(0)
摘要:然后按"Ctrl+Shift+Alt+S"打开项目配置,设置Modules的Language Level为"8": 阅读全文
posted @ 2018-01-29 15:11 R4mble 阅读(129) 评论(0) 推荐(0)
摘要:public class IntegerExchange { public static void main(String[] args) { int a = -6; for (int i=0; i>>i)>>>(31-i); System.out.print(t); } System.out.p... 阅读全文
posted @ 2017-12-06 10:53 R4mble 阅读(176) 评论(0) 推荐(0)