Is java a case sensitive? What is meant by the term case sensitive?
Answers
Answered by
22
Answer:
yes java is case sensitive.
the term case sensitive means the software is very accurate while receiving and accepting values n all
for eg - if you have initalized // int a
and then you next time you type A then it will not understand as it have both compiler and interpeter in it
pls mark this the brainliest answer
Answered by
7
Answer:
Java is case-sensitive because it uses a C-style syntax.
case sensitive means computer command which specifies that each letter of a word or term must be typed exactly as required or shown-as a capital (upper-case) letter or a common (lower case) letter.
Explanation:
Similar questions