What is the return value of "SELECT".substring(4, 4)?

a. an empty string
b. C
c. T
d. E

a If beginIndex is endIndex, substring(beginIndex, endIndex) returns an empty string with length 0 . It would be a runtime error, if beginIndex > endIndex.

Computer Science & Information Technology

You might also like to view...

What is a pointer?

A. A data type which holds the address of a variable. B. A C++ keyword. C. A specific declaration statement. D. A hexadecimal variable.

Computer Science & Information Technology

The cloning options control how the cloning tools sample the artwork.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology