Page 1 of 1

Choose the constructor type used to build strings from character array.

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) public String(value)
b) public String(char[ ] value, int startIndex, int length)
c) public String(char[ ])
d) all of the mentioned