>

Sunday, December 16, 2012

Java program using Dot Dot Dot (String ... args)

public class DotDotDot {

    public static void main(String... args) {
       

        System.out.println("this will work? or not");

    }

}

No comments:

Post a Comment

Please post your comments. Your comments make us to write more programs for you.