✏️ Explanatory Question

Write the return type of the following library functions:

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

👁 66 Views
📘 Detailed Answer
🟢 Easy
💡

Answer with Explanation

  1. boolean
  2. String