Question: Which one ( s ) are correct to describe a String object? _ _ _ _ _ _ . A . Chars ( index )

Which one(s) are correct to describe a String object? ______.
A.
Chars(index) returns the character at a specified position in a String object, with the first character of string at index 0
B.
Length returns the number of characters in a String object
C.
ToUpper/ToLower converts a String object to all uppercase/lowercase characters
D.
Trim removes all spaces from the beginning and end of a String object

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!