What Is The String Contained In S After Following Lines Of Java #388
What is the string contained in s after following lines of Java code?</p> <pre><code class="language-java"> StringBuffer s new StringBuffer("Hello"); s.deleteCharAt(0); </code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java String Handling - StringBuffer Class in java - Quiz No.1.