1.

What is the string contained in s after following lines of code?_x005F_x000D_ StringBuffer s = new StringBuffer(“Hello”); s.deleteCharAt(0);  ?

A. llo
B. Hllo
C. ello
D. H
Answer» D. H


Discussion

No Comment Found