String[] and String… are the same thing internally , i. e., an array of Strings. The difference is that when you use a varargs parameter ( String… ) you can call the method like: public void myMethod( String…15 Ağu 2012
Read moreString[] and String… are the same thing internally , i. e., an array of Strings. The difference is that when you use a varargs parameter ( String… ) you can call the method like: public void myMethod( String…15 Ağu 2012
Read more