Skip to content
Medium Java Core Multiple Choice

What is the output of: System.out.println(10 + 20 + "Hello" + 10 + 20)?

— Tests your understanding of this concept.

Answer Options

A 1020Hello1020
B 30Hello1020
C 30Hello30
D 60Hello

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 20+ more Java Core questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Java Core topic (Programming Languages).

More Java Core Questions