1.

What will be the output of the following Java snippet, if compiled and executed with command line “hello there”?

A. Compile time error
B. Output would be “hello”
C. Output would be “there”
D. Output would be “hello there”View Answer
Answer» B. Output would be “hello”


Discussion

No Comment Found