Solved

Consider the Statements Below

Question 13

Multiple Choice

Consider the statements below:
StringBuilder sb = new StringBuilder("a toyota") ;
Sb) insert(2, "landrover") ;
Sb) delete(11, 16) ;
Sb) insert(11, " ") ;
The StringBuilder contents at the end of this segment will be ________.


A) a landrovertoyota
B) a landrover a
C) a landrov a
D) a landrover toy a

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions