📚 Practice Mode

Java Programming Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 25
Multiple Choice

Which of the following methods cannot be used with the object of String class?

  1. replace(char, char)
  2. replaceAll(String, String)
  3. append(String)
  4. Both the options 1 and 2
  5. All of these