Results 1 to 3 of 3
- 09-23-2011, 10:44 PM #1
Member
- Join Date
- Sep 2011
- Posts
- 2
- Rep Power
- 0
What does the "..." at the end of a classname/classpath mean
I'm using an API and the documentation says that a method had a parameter of "java.lang.String..." and not just "java.lang.String". The method itself uses multiple lines, so I was expecting it to be an array, but I don't know what it means.
So what does the "..." at the end mean?
- 09-23-2011, 10:46 PM #2
Member
- Join Date
- Sep 2011
- Posts
- 2
- Rep Power
- 0
Re: What does the "..." at the end of a classname/classpath mean
AHHHHH I see what it means. For those that are interested, it means you can input multiple parameters, i.e.
method("String", "Second Param", "Another param");
- 09-23-2011, 11:45 PM #3
Similar Threads
-
SAXParseException: The prefix "x" for element "x:xmpmeta" is not bound
By Quinn-CD in forum Web FrameworksReplies: 0Last Post: 06-24-2011, 08:14 PM -
connection = DriverManager.getConnection(DATABASE_URL,'"+userid +"','"+password+"');
By renu in forum New To JavaReplies: 3Last Post: 10-12-2010, 04:21 PM -
How to change my form design from "metal" to "nimbus" in Netbeans 6.7.1?
By mlibot in forum New To JavaReplies: 1Last Post: 01-21-2010, 09:20 AM -
MoneyOut.println("It took you (whats wrong?>",year,"<WW?) years to repay the loan")
By soc86 in forum New To JavaReplies: 2Last Post: 01-24-2009, 06:56 PM -
the dollar sign "$", prints like any other normal char in java like "a" or "*" ?
By lse123 in forum New To JavaReplies: 1Last Post: 10-20-2008, 07:35 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks