What is the string contained in s after following lines of code?
StringBuffer s = new StringBuffer(“Hello”); s.deleteCharAt(0); ?5
4467 5b5cc6d1e4d2b4197774e401
Q: What is the string contained in s after following lines of code? StringBuffer s = new StringBuffer(“Hello”); s.deleteCharAt(0); ?
- 1llofalse
- 2Hllofalse
- 3ellotrue
- 4Hfalse
- Show Answer
- Workspace
- Discuss