Which of these parameter lists can be found in a constructor of the String class? Select the

Question:

Which of these parameter lists can be found in a constructor of the String class?

Select the five correct answers.

(a) ()

(b) (int capacity)

(c) (char[] data)

(d) (String str)

(e) (CharSequence cs)

(f) (StringBuilder sb)

(g) (char c)

(h) (Object o)

(i) (String str, int beginIndex, int endIndex)

(j) (char[] data, int offset, int count)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: