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 |
What are the advantages and disadvantages of object cloning?
What is java util concurrentmodificationexception?
What is the final method?
how to handled exceptions & erros in ejb?
What is the use of join method?
What is meant by main method?
Is null a string in java?
What is data movement?
What is the difference between stream and buffer?
How can I become a good programmer?
What is callable java?
what is meant by HQL?