What will this code print, assuming it is inside the main method of a class?
System.out.println("hello my friends".split(" ")[0]);
What will this code print, assuming it is inside the main method of a class?
System.out.println("hello my friends".split(" ")[0]);