Computer Science, asked by rohithp7e20192020, 4 months ago

3. Write T for true or F for false.

1. In Java, short data type is used to store small integer values.

2. As Java is a case sensitive language, the keywords are always used in uppercase letters.

3. Keywords can be used as identifiers to name the variables, etc. in Java.

4. Comments are the non executable statements of a program.

5. print() or println() function are used to print the output on Java screen.​

Answers

Answered by rohanshid35353
2

Answer:

(1)true

(2) false

(3) false

(4) false

(5) true

Similar questions