Which of the following are static Character methods?
a. Character.hashcode(char c);
b. Character.isDigit(char c);
c. Character.equals(char c);
d. All of the above.
b. Character.isDigit(char c);
Computer Science & Information Technology