List of utility methods to do Array Slice
String s = ""; for (int i = l; i < a.length; i++) { s += a[i] + " "; return s.trim();