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
2.9k
0
Do you find this helpful?
25

View all MCQs in

Java Programming

Discussion

No comments yet