How do you use final keywords and final variables in Java?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Java programmers are unable to alter the value of variables of basic data types when they use final keywords with them.
When final is used with non-primitive variables, the members of the referred object cannot be altered.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Java programmers are unable to alter the value of variables of basic data types when they use final keywords with them.
When final is used with non-primitive variables, the members of the referred object cannot be altered
| Is This Answer Correct ? | 0 Yes | 0 No |
Which keyword specify that a variable is effectively final ?
What is string english?
what is difference between Interface and abstract class
How can you share data between two thread in Java?
What is the purpose of the file class in java programming?
What are the drawbacks of singleton class?
What occurs when an object is constructed?
What is a class object?
Do extraneous variables affect validity?
What are measurable parameters?
Why is the main method declared static?
To set the position and size of a component, which methods are used?