Computer Science, asked by mukesh05btag801, 1 month ago

Q. 2. State True or False :
Converdion
1. The identifier and variable is same entity.
2. The set of valid characters that a language supports is known as character set.
3. An identifier must have at least space between the characters.
4. A literal does not change its value during the execution.
5. The sizes of long and short data types are 16 and 2 bytes respectively.
6. The keyword is one of the Java token.
7. The character constants starts with a backslash are called escape sequence.
8. The implicit type casting is an automatic types casting controlled by Java compiler.
9. The terms "S" and 'S' are valid string and character literals.
10. The term final can be used as an identifier.​

Answers

Answered by sarayureddy5432
2

Answer:

1 true 2.false 3.false 4.true 5.false 6.true 7.true 8.true 9.false 10.true

Similar questions