Home / Questions / Write the return type of the following library functions: isLetterOrDigit(char) replace(char, char)
Explanatory Question

Write the return type of the following library functions:

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

👁 66 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  1. boolean
  2. String