When creating a string object, if a character array and two integers are passed to the constructor, then the created string consists of:
a) the characters of the array from the first value for as many characters as the second value
b) the characters of the array from the first value to the second value
c) all of the characters except those from the first value to the second value
d) there is no such constructor
a) the characters of the array from the first value for as many characters as the second value
You might also like to view...
The Tabular and the Datasheet layout arrange the subform data in rows and columns, but the Datasheet layout is more customizable
Indicate whether the statement is true or false
The __________ method sorts the array scores of the double[] type.
a. java.util.Arrays(scores) b. java.util.Arrays.sorts(scores) c. java.util.Arrays.sort(scores) d. Njava.util.Arrays.sortArray(scores)