Tuesday, November 29, 2011

What are the uses of final method?

There are two reasons for marking a method as final::The reason behind making method final is that, if any class extends the class containing final method is not able to change the logic written in method which is declared as final
Category:Core Java Interview Questions

No comments:

Post a Comment