Join ExamsbookAnswer : 1. "StringBuffer(int size , String str)"
Which of the following are incorrect form of StringBuffer class constructor ?5
Q: Which of the following are incorrect form of StringBuffer class constructor ?
- 1StringBuffer(int size , String str)true
- 2StringBuffer(int size)false
- 3StringBuffer(String str)false
- 4StringBuffer()false
- Show AnswerHide Answer
- Workspace
Answer : 1. "StringBuffer(int size , String str)"
Explanation :
Answer: A) StringBuffer(int size , String str) Explanation: