guys please keep an eye on the code
correct Answer is A not C.
if you notice the " ) " at the end of the last line,
you will know that it's a "compilation error occurs"
because :
System.out.println( itr.next() ));
should be :
System.out.println( itr.next() );
otherwise, if it's just a wrong litter added by this website , the answer will change, and i don't think that.
upvoted 3 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.
nosferatu31
1 month, 3 weeks agoYousef10
1 year, 4 months ago