Is string in string [] Java?

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

Sizin İçin Seçtik  What is the difference between compareTo and compareToIgnoreCase in Java?

Leave a Reply

Your email address will not be published. Required fields are marked *

Is string in string [] Java?

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

Sizin İçin Seçtik  What is the function of indexOf?

Leave a Reply

Your email address will not be published. Required fields are marked *