

MCQOPTIONS
Saved Bookmarks
1. |
What is the string contained in s after following lines of code?StringBuffer s new StringBuffer("Hello"); s.deleteCharAt(0); |
A. | Hell |
B. | ello |
C. | Hel |
D. | llo |
Answer» C. Hel | |