多选题
Consider the interface CharSequence that is a required argument in one
of the replace method declarations:
public String
replace(CharSequence target, CharSequence replacement) {
...
}
This CharSequence interface is a super
interface to which concrete classes?
- A. String
- B. StringBoxer
- C. StringBuffer
- D. StringBuilder