Computer Science, asked by ARTHIMP4983, 11 months ago

Java is case sensitive language explain

Answers

Answered by muthukumarssppb4ht6
4

Answer:

Java is a case sensitive language and when we are not following the pre- defined rules, our result will vary

Explanation:

Let say, if there is a pre-defined variable "User" is defined a Camel case , then if we declare it as "user", it wont consider that as a pre defined variable

in short Java treats RUN and run differently

Similar questions