What will be returned by the function capacity()?
StringBuffer s = new StringBuffer(“Hello”); s.capacity();
Reveal answer
Fill a bubble to check yourself
What will be returned by the function capacity()?
StringBuffer s = new StringBuffer(“Hello”); s.capacity();