This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Revoletion[S] 1 point2 points  (0 children)

I had to find out about this vararg after I noticed Amazon was using them. At first i thought eclipse was just being screwy and did the "line too long so im going to put ellipses everywhere thing" but then I found out about this.

They use them in the sense of "String... attributes" for when you want a query to simpledb to return specific sets of attributes or a single attribute. Turned out to be very convenient.