Q86
What is the string contained in s after following lines of Java code? StringBuffer s new StringBuffer("Hello"); s.deleteCharAt(0);
A.
Hell
B.
ello
AnswerC.
Hel
D.
llo
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board