Computer Science, asked by somac2112, 11 months ago

why Java is called a case_sensitive language?​

Answers

Answered by crimsonpain45
1

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 , etc).

Answered by girisht232
1

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 , etc).

Similar questions