aspose file tools
The moose likes Beginning Java and the fly likes Benefits of making Private methods as final? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply locked New topic
Author

Benefits of making Private methods as final?

sriram sundararajan
Ranch Hand

Joined: Apr 08, 2003
Posts: 43
Can i put final for private methods?
i saw some of those code in JAVA Core API classes.
What kind of benefits i will reap from that?

regards
sriram.
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
sriram sundararajan wrote:Can i put final for private methods?
i saw some of those code in JAVA Core API classes.
What kind of benefits i will reap from that?

regards
sriram.


This subject is already being discussed here


Joanne
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Benefits of making Private methods as final?
 
Similar Threads
A Question I do not like
question on object oriented concepts
private final method??
Private Final Method
Overriding final methods