MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following function of String object returns the index within the calling String object of the first occurrence of the specified value? |
| A. | substr() |
| B. | search() |
| C. | lastIndexOf() |
| D. | indexOf() |
| Answer» E. | |