Question: Which operator is used to concatenate Strings in Java

  1. `+`
  2. `&`
  3. `.`
  4. `-`

Answer: The correct answer of the above question is Option A:`+`