jQuery in Action, 2nd edition
The moose likes Beginning Java and the fly likes Overloading methods Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Overloading methods" Watch "Overloading methods" New topic
Author

Overloading methods

Vanessa Roach
Greenhorn

Joined: Sep 13, 2008
Posts: 22
Is it possible to overload a method and return a value for a program using input to get it's values?
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32712
    
    4
Difficult to understand your point, but I think the answer is yes. Have a look at the overloaded versions of Math class methods (eg abs), as an example.
Vanessa Roach
Greenhorn

Joined: Sep 13, 2008
Posts: 22
ok. thank you I'll look
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Overloading methods