Java is a case sensitive language. Justify.
Answers
Answered by
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
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