// "Join declaration and assignment" "INFORMATION" class Test { { String ss = "hello"; ss += "world"; } }