Which of the following are incorrect form of StringBuffer class constructor ?5
18822 5b5cc6d4e4d2b4197774e569
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 Answer
- Workspace
- Discuss