Mohan's JavaBook
Java Interview Questions
ContactUs :
Please send your Questions & Answers or Feedback to "mohan@javabook.org"
What is Final ?
Applicable to variables, methods, classes. We can’t change the value of final variable, final class can’t be inherited and final method can’t be overridden.
Newer Post
Older Post
Home