MCQOPTIONS
Saved Bookmarks
| 1. |
What will s2 contain after following lines of code? String s1 = "one"; String s2 = s1.concat("two") |
| A. | One |
| B. | Two |
| C. | onetwo |
| D. | twoone |
| Answer» D. twoone | |