ICSE Class 10 Computer Applications
Question 17 of 30
Solved 2024 Specimen Paper ICSE Class 10 Computer Applications — Question 17
Back to all questions 17
Question Assertion (A): In Java, statements written in lower case letter or upper case letter are treated as the same.
Reason (R): Java is a case sensitive language.
- Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A)
- Both Assertion (A) and Reason (R) are true and Reason (R) is not a correct explanation of Assertion (A)
- Assertion (A) is true and Reason (R) is false
- Assertion (A) is false and Reason (R) is true
Assertion (A) is false and Reason (R) is true
Reason — In Java, statements written in lower case letter or upper case letter are treated differently as Java is a case sensitive language.