Computer Science, asked by anusuyarout16, 7 months ago

Java is a case sensitive language. Justify.​

Answers

Answered by gayatri9678
1

Explanation:

Java is case-sensitive because it uses a C-style syntax. Case sensitivity is useful because it lets you infer what a name means based on it's case. For example, the Java standard for class names is uppercasing the first letter of each word ( Integer , PrintStream , etc).

Answered by vanigayatri2007
0

Answer:

Java is case-sensitive because it uses a C-style syntax. Case sensitivity is useful because it lets you infer what a name means based on it's case. ... For example, the Java standard for class names is uppercasing the first letter of each word ( Integer , PrintStream ,

hope this helps you

mark as brainlist answer ♥️

Similar questions