Page 1 of 1

Which of the following are incorrect form of StringBuffer class constructor?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) StringBuffer()
b) StringBuffer(int size)
c) StringBuffer(String str)
d) StringBuffer(int size , String str)