Hello, Try reading this article about varargs: http://viralpatel.net/blogs/2009/05/varargs-in-java-variable-argument-method-in-java-5.html
It's clearly stated that the number of arguments can be any. Notice that the varargs argument must be the last one in the parameter list and you can use the Object type as well, in order to pass any kind of object. Another way is to pass an Object array I guess... Regards, Maurizio Marrocco On Mon, Jul 20, 2009 at 8:42 PM, tikeswarmohanty mohanty<[email protected]> wrote: > Hi every body Can u tell me maximum how much arguments we can pass within a > method. > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
