I\'ve just acknowledged dot notation for method declaration with multiple arguments like this:
public function getURLs(URL... urls){ for(int i = 0; i
The syntax was introduced in Java 5 and is called varargs:
http://download.oracle.com/javase/1,5.0/docs/guide/language/varargs.html