When creating a String object, if a character array and two integers are passed to the String constructor, then the created String contains:
a) the characters of the array from the index specified by the first integer for the number of characters represented by the second integer.
b) the characters of the array from the index specified by the first integer to the index specified by the second integer.
c) all of the characters except those between the indices represented by the two integer values.
d) None of the above.
a) the characters of the array from the index specified by the first integer for the number of characters represented by the second integer.
You might also like to view...
Once a worksheet is protected, you must ________ any cells to which you want to allow changes
A) unlock B) lock C) protect D) unprotect
Which of the following would be sent to an SNMP network management system in the event that a failure or predefined threshold was crossed?
A. SNMP trap B. History log C. System log D. SNMP agent