public class MyClass { public static void main(String args[]) { String data = "1,2,3,,5,6,,"; String[] split = data.split(",", -1); for (int i=0; i