जॉइन Examsbookउत्तर : 1. "StringBuffer(int size , String str)"
Which of the following are incorrect form of StringBuffer class constructor ?5
प्र: 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
- उत्तर देखेंउत्तर छिपाएं
- Workspace
उत्तर : 1. "StringBuffer(int size , String str)"
व्याख्या :
Answer: A) StringBuffer(int size , String str) Explanation:

