Leave a Reply 5

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


D Samuel Sajeev

D Samuel Sajeev

Here (B) is the answer

ARJIT GAUTAM

ARJIT GAUTAM

I tested the program public class TestInt {

public static void main(String[] args) {
Integer num = Integer.parseInt(args[1]);
System.out.println(num);
}

}

ANSWER is A.

Anibal

Anibal

Answer is B. The String only have one element.

Anibal

Anibal

The String[] only have one element.