Computer Science, asked by styloqueen708, 10 months ago

- Java is case sensitive. Explain.​

Answers

Answered by ankushghunawat2674
6

Answer:

Yes, it is case-sensitive. It is this way because of its heritage from C. To keep the language more familiar to what people were used to "in the day", they left it as case-sensitive. There is an added advantage, since Java identifiers can be almost any Unicode character.

Similar questions