System.out.println("Str1" + " " + "Str2");
public void displayCustomerInfo() { System.out.println(Name + " " + Income); // or a tab System.out.println(Name + " " + Income); }