Which of the following are incorrect form of StringBuffer class constructor?
Posted: Wed Jul 13, 2022 7:46 pm
a) StringBuffer()
b) StringBuffer(int size)
c) StringBuffer(String str)
d) StringBuffer(int size , String str)
b) StringBuffer(int size)
c) StringBuffer(String str)
d) StringBuffer(int size , String str)