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.
Related Questions
What do you understand by Java reserved words? Name at least five Java reserved words which are commonly used in Java programming.
Differentiate between the output statements System.out.println() and System.out.print().
A Java program uses Compiler as well as Interpreter. Explain.
Write a package that is used for input/output operation in Java