KnowledgeBoat Logo

Computer Applications

Write the return type of the following library functions:

  1. isLetterOrDigit(char)
  2. replace(char, char)

Java Library Classes

ICSE 2016

9 Likes

Answer

  1. boolean
  2. String

Answered By

7 Likes