✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Welches ist die korrekte Ausgabe?
public static void main(String args[]) { String greet1 = "Hello"; String greet2 = "World"; String message2 = greet2 +" " +greet1 +" " +2016 +"!"; System.out.println(message2); }