MCQOPTIONS
Saved Bookmarks
| 1. |
What is the string contained in s after following lines of code?_x005F_x000D_ StringBuffer s = new StringBuffer(“Helloâ€); s.deleteCharAt(0);  ? |
| A. | llo |
| B. | Hllo |
| C. | ello |
| D. | H |
| Answer» D. H | |