Q54
Which of the following are incorrect form of StringBuffer class constructor?
A.
StringBuffer()
B.
StringBuffer(int size)
C.
StringBuffer(String str)
D.
StringBuffer(int size , String str)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board