Question: Select all valid method calls given: char c-'c'; Strings = ; O Multiple answers: You can select more than one option O A s.toUpperCase(); Character.isDigit(c);

Select all valid method calls given: char c-'c'; Strings = ""; O Multiple answers: You can select more than one option O A s.toUpperCase(); Character.isDigit(c); O c .length(); Character.toUpperCase(); Answered - Incorrect 1 attempt left . Change your responses to resubmit D Character.toUpperCase(c); O E s .isDigit(); O F c.isDigit(); O G "s".length(); O H 'c'.length(); O c.toLowerCase()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
