Which Of The Following Are Incorrect Form Of Stringbuffer Class #399
Which of the following are incorrect form of StringBuffer class constructor?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java String Handling - StringBuffer Methods in java - Quiz No.1.
Which of the following are incorrect form of StringBuffer class constructor?
StringBuffer()
StringBuffer(int size)
StringBuffer(String str)
StringBuffer(int size , String str)