

McqMate
Q. |
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» B. ello |
View all MCQs in
Java ProgrammingNo comments yet