What do you understand by final value?



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

Post New Answer

More Core Java Interview Questions

What exactly is a .class file?

1 Answers  


How do I know if java is installed?

1 Answers  


What is the difference between a field variable and a local variable?

1 Answers  


If two threads have same priority which thread will be executed first ?

1 Answers  


What is difference between throw and throws ?

1 Answers   Cyient,


What are the 7 types of characters?

1 Answers  


What language is java written?

1 Answers  


how are methods defined?

1 Answers  


i don't want fullforms of JDK an JVM i want definitions for them

2 Answers  


What are java threads?

1 Answers  


How can you generate random numbers in java?

1 Answers  


List two java ide’s?

1 Answers  


Categories