Given: Code 1: String code
=
"String message
=|
| "Hello, World!";" + "System.out.println(message);"; System. out. println(code); Code 2: String code
=
"String message
=
"Hello, World!";" + "System.out.println(message);"; System. out. println(code); Code 3: String code = "*"String message = "Hello, World!"; System.out.println(message); "**; System.out, println(code); Code 4: String code = =nn String message = "Hello, World!"; System.out.println(message); **"; System,out, println(code); Which of the above code snippets will result in the same output? Code2 and Code3 Code2 and Code4 Codel and Code4 Code1 and Code3