Home » Interview » Technology

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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!