A. java App “SE 8 Standard”
It has only one parameter and will return "SE 8 Standard:"
B. java App “SE 8”, “Standard”
comma cannot be separator. it will return "SE 8,:Standard"
C. java App SE 8 Standard
It has 3 parameters so it will return "SE:8"
D. java App “SE 8” Standard
This one will return "SE 8:Standard"
public class App {
public static void main(String[] args) {
System.out.println(args[0]+":"+args[1]);
}
}
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Ericausdresden
Highly Voted 6 months agoDriftKing
Most Recent 5 months, 1 week agodsms
5 months, 2 weeks agojackymak
6 months, 2 weeks ago