I am trying to built an app inside my Mac using Eclipse
String h="asd";
String o[]=h.split("");
System.out.println(o.length);
the result is: 4 .which is wrong but in windows its gives :3 .which is correct
both Mac and windows is up to date