Solved

When Creating a String Object,if a Character Array and Two

Question 90

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions