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