Computer Science, asked by puja1295, 4 months ago



(a) “Java is a case sensitive language". Explain the statement​

Answers

Answered by aditya21pant
6

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)

Explanation:

please mark me brilliant

Answered by sonamsingh48162
4

Answer:

Java is a 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