What is the output of following.
public static void main(String[] args) {
System.out.println("c="+args.length());
}
Reveal answer
Fill a bubble to check yourself
What is the output of following.
public static void main(String[] args) {
System.out.println("c="+args.length());
}