+ 5
I'm not sure about that.... String a[] = "234::qiaka".split(":"); System.out.print(a.length); In that code below as I can remember jdk1.8.0_101 that code will print 2 out While jdk1.8.0_111 that code will print 3 out
4th Jun 2017, 8:15 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar