Home / Questions / Are "true" and true the same? Similarly, are "false" and false the same?
Explanatory Question

Are "true" and true the same? Similarly, are "false" and false the same?

👁 0 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

No, they are different.

  • "true" → String
  • true → Boolean

👉 Similarly:

  • "false" → String
  • false → Boolean

✔ Strings and boolean values are completely different types.