I got confused when I saw these two techniques through which we can pass our command line argument in main method.
I have seen this link in stackoverflow but still I don't get it.
My doubt is which is efficient between these two ways.
1.In first we are calling main and assigning parameter as a string array 2.In second we are calling main with variable no of arguments.