Core Java Interview questions on Java final keyword

Core Java Interview questions on Java final keyword

1. What is the difference between final, finally and finalize?
2. What do you understand by the Java final keyword?
3. What is the difference between a public and a non-public class?
4. What is the purpose of declaring a variable as final?
5. What is the impact of declaring a method as final?
6. Can you give few examples of final classes defined in Java API?
7. Can you make a constructor final?
8. What it means class or member is final?
9. What is final class?
10. What is blank final variable?
11. Can we initialize blank final variable?

Check out all interview questions:

Leave a Reply

Your email address will not be published. Required fields are marked *