What is the output of the following code snippet: System.out.println('Hello, ' 'World!'); - Study24x7
Social learning Network
11 Mar 2024 12:09 PM study24x7 study24x7

What is the output of the following code snippet: System.out.println("Hello, " + "World!");

A

"Hello, World!" 

B

Hello, World!

C

HelloWorld!

D

Error

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles