SyntaxFix
Write A Post
Hire A Developer
Questions
as a curiosity
String s1 = null; String s2 = "hello"; s1 = s1 + s2; System.out.println((s); // nullhello