Asked by Ashley Dietert on Sep 27, 2024

Which operator is used to concatenate two strings?

A) +
B) -
C) *
D) /

Concatenate Strings

The process of joining two or more strings end-to-end to form a new string.

Operator

A symbol in programming that performs a specific mathematical, relational, or logical operation on operands.

  • Gain mastery over the incorporation of operators in Java, with particular emphasis on arithmetic and string concatenation.