Saved Bookmarks
| 1. |
Which symbol is used to concatenate two strings in Chapter Spreadsheet |
|
Answer» Answer: Using the + operator is the most COMMON way to concatenate TWO strings in Java. You can provide either a variable, a NUMBER, or a STRING literal (which is always surrounded by double quotes). |
|