If Only One Parameter Is Passed To Substring Function Then #1340
If only one parameter is passed to substring function then __________________
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Inbuilt Classes - OOPs MCQ: String Class - Quiz No.1.
If only one parameter is passed to substring function then __________________
It returns the character at the specified position
It returns the string of length 1 from the specified index
It returns the string from specified index till the end
It returns the string from starting of string till the specified index