Technical Interview
Home
Added Recently
Data Structures
Puzzles
Google & Microsoft
C/C++ Questions
Java Interview Questions
Quantitative Problems
Algorithms
Featured Articles
Amazon Interview Question
Compaq Interview Question
Technical Interview
Interview Process
Introduction Questions
Object Oriented
Google Pages
Fundamental Questions
Resume Tips
Links
Contact Us
Submit Question/Answer
Please enable JavaScript to view this page content properly.
Question:
What is final?
Answer:
A final class can't be extended i.e. Final class may not be subclassed. A final method can't be overridden when its class is inherited. You can't change value of a final variable (is a constant).
Please enable JavaScript to view this page content properly.
Please enable JavaScript to view this page content properly.
Technical-Interview.com
© 2006 - 2011 Technical-Interview.com . All rights reserved