Home » JAVA Programming » Strings » Question
  1. Which of these method of class StringBuffer is used to find the length of current character sequence?
    1. Length()
    2. capacity()
    3. Capacity()
    4. length()
    5. None of these
Correct Option: D

length()



Your comments will be displayed only after manual approval.