What will be the value of “str” after executing the following statements? StringBuffer str=new StringBuffer(“I am a student”); str.delete(2,6);
Reveal answer
Fill a bubble to check yourself
What will be the value of “str” after executing the following statements? StringBuffer str=new StringBuffer(“I am a student”); str.delete(2,6);