Which of these parameter lists can be found in a constructor of the StringBuilder class? Select the
Question:
Which of these parameter lists can be found in a constructor of the StringBuilder class?
Select the four 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
Programmers Guide To Java SE 8 Oracle Certified Associate OCA
ISBN: 9780132930215
1st Edition
Authors: Khalid Mughal, Rolf Rasmussen
Question Posted: