What do you understand by final value?
Answer / Deepak Kumar Tiwari
In Core Java, a final value is an immutable constant. It cannot be reassigned once it's been initialized. Final variables are declared using the keyword 'final', and final methods or classes can't be overridden in subclasses.
| Is This Answer Correct ? | 0 Yes | 0 No |
What exactly is a .class file?
How do I know if java is installed?
What is the difference between a field variable and a local variable?
If two threads have same priority which thread will be executed first ?
What is difference between throw and throws ?
What are the 7 types of characters?
What language is java written?
how are methods defined?
i don't want fullforms of JDK an JVM i want definitions for them
What are java threads?
How can you generate random numbers in java?
List two java ide’s?