Computer Science, asked by Nabhanya7102005, 5 months ago

List String class methods and their short definition ​

Answers

Answered by Anonymous
1

Answer:

All String Methods

Method Description Return Type

toLowerCase() Converts a string to lower case letters String

toString() Returns the value of a String object String

toUpperCase() Converts a string to upper case letters String

trim() Removes whitespace from both ends of a string String

Explanation:

Similar questions