MCQOPTIONS
Saved Bookmarks
| 1. |
What does the term immutable means in term of string objects? |
| A. | We can modify characters included in the string |
| B. | We cannot modify characters contained in the string |
| C. | We cannot perform various operation of comparison, inserting, appending etc |
| D. | None of the mentioned |
| Answer» C. We cannot perform various operation of comparison, inserting, appending etc | |