Computer Applications
Java is a case sensitive language. Which is the most appropriate statement with respect to this context?
- Upper and lower case letters are distinguished.
- Upper and lower case letters are ignored.
- Only lower case letters are distinguished.
- None.
Java Intro
13 Likes
Answer
Upper and lower case letters are distinguished.
Reason — Java is case sensitive, i.e., it can distinguish between uppercase and lowercase letters.
Answered By
8 Likes
Related Questions
Who developed Java?
- James Gosling
- Robert James
- Bjarne Stroustrup
- None
Java Virtual Machine (JVM) is an:
- interpreter
- compiler
- machine code
- byte code
Which of the following package is needed to find the square root of a number?
- java.text
- java.math
- java.lang
- None
Which of the following is not a Java reserved word?
- private
- public
- break
- total