6.0k views
0 votes
what is the data type of the return value of the string class substring() method with one parameter? (1 point)

User SpaceKatt
by
8.1k points

1 Answer

3 votes

Step-by-step explanation:

Return Value: This method will return the substring which begins from startIndex and continues to the end of the string. The return value type is System.

User Ulf Jaehrig
by
8.1k points