#126Multiple Choice
Given: StringBuffer b = new StringBuffer("3"); System.out.print(5+4+b+2+1); What is the result?
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started FreeGiven: StringBuffer b = new StringBuffer("3"); System.out.print(5+4+b+2+1); What is the result?
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free