aspose file tools
The moose likes Beginning Java and the fly likes Method declaration syntax Object... os Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Method declaration syntax Object... os" Watch "Method declaration syntax Object... os" New topic
Author

Method declaration syntax Object... os

John El
Greenhorn

Joined: Jun 10, 2008
Posts: 8
Can some one point me to som documentation on the '...' in this declarattiomn?

public static boolean areAnyOfTheseNull((Object... os)

I can see what it does, but I'm curios to know more.
thanks
marc weber
Sheriff

Joined: Aug 31, 2004
Posts: 11343

See Varargs to start with. For more detailed information, search the web for "java varargs."


"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
John El
Greenhorn

Joined: Jun 10, 2008
Posts: 8
Perfect, thanks!
 
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: Method declaration syntax Object... os
 
Similar Threads
Rules roundup does not load
Java 5 on Mac OS9.2.2
jasper Exception: unable to compile JSP
Looking for free good software to burn Media DVD on my DELL laptop
Best way to store a huge string array/list