Computer Applications
State whether the following statement is True or False :
The modifier final can be applied to a variable declaration to ensure that the value stored in the variable cannot be changed after the variable has been initialised.
Values & Data Types Java
8 Likes
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
The char data type reserves 8 bits in memory.
State whether the following statement is True or False :
If a literal constant contains a decimal point, then it is of the type double by default.
What are escape sequences in Java? Give three examples.
What is the result of evaluating the following expression?
(1 + 2 * 2) / 2 + 2