Java is case-sensitive Language. Justify your answer.
_
• No copying answers
• Quality answers required
• Urgent Help Request!!!
Answers
Answered by
6
Hey there!
By calling Java as Case sensitive we mean that,while writing an expression means, an expression used in computing that is applied to texts in which writing a character has some relevance in uppercase or lowercase.
For eg: import , void, class or Import , Void, Import etc
Java follows camel casing for naming a variable, functions,classes etc.
Camel casing is a type casing where first letter with lowercase and all others as uppercase.
For eg: If you want to name a method in java, you cannot name is as void RecurseValue(int x) instead you have to name is as recurseValue(int x), otherwise it will result in syntax error.
Answered by
0
Answer:
yes..
in many cases including program s.
Explanation:
pls follow Sudarshana Ganguly
Similar questions