āœļø Explanatory Question

Why does Java use Unicode?

šŸ‘ 0 Views
šŸ“˜ Detailed Answer
🟢 Easy
No previous question
No next question
šŸ’”

Answer with Explanation

Earlier, ASCII could represent only 256 characters, which was not enough for all languages.

Java uses Unicode because:

  • It supports characters from almost all languages
  • It is suitable for worldwide applications
  • It ensures better internationalization

šŸ‘‰ Therefore, Unicode is used as a standard character set in Java.

No previous question
No next question