πŸ“Š JAVA
Q. What is the string contained in s after following lines of Java code?
StringBuffer s new StringBuffer("Hello");
s.deleteCharAt(0);
  • (A) Hell
  • (B) ello
  • (C) Hel
  • (D) llo
πŸ’¬ Discuss
βœ… Correct Answer: (B) ello

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
83
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Shiva Ram
Publisher
πŸ“ˆ
92%
Success Rate