Hi to All,
1. How the final methods are more optimized in terms of being called/invoked
2. When talking about final parameters to method -
Final parameters are not considered part of the method signature, and are ignored by the compiler when resolving method calls. Parameters can be declared final (or not) with no influence on how the method is overriden.
What does this really mean??
Thanks in advance for taking time out and answering them.