What Does Function Length Do In String Class #1338
What does function length do in String class?
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.
What does function length do in String class?
Returns length of string including null character
Returns length of string excluding null character
Returns length of substring
Returns size of string in bytes