Basic Points 2017-12-15 0:00 | anything | 阅读次 | 74 字 | 1 分钟 meaning of e or E in JAVA e or E means 10 to the power not the e(2.718…) in maths comma operator in JAVA only use in iterator for, e.g 123for(int i = 0, j = 1, k = 2;i < 5;... java