Multiple Choice
What is the string contained in s after following lines of code?
StringBuffersnewStringBuffer("Hello") ;S) deleteCharAt(0) ;
A) Hell
B) ello
C) Hel.
D) llo.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Which of these methods of a Thread
Q6: Which of the interface contains all the
Q7: Which of these operators is used to
Q8: Which of the below is invalid identifier
Q9: Which of this method of class String
Q11: How to copy contents of array?<br>A)System.arrayCopy()<br>B)Array.copy()<br>C)Arrays.copy()<br>D)Collection.copy()
Q12: Which of these class is not related
Q13: Which of these data type can be
Q14: Which of these are selection statements in
Q15: Which of these selection statements test only