| IT Certification Practice Exams | HOME | Cisco | CompTIA | CheckPoint | CIW | Microsoft | Books | Bootcamp | Buy Now! |
Java Certification: SCJP - Sun Certified Java Programmer Exam
Practice Questions: Exam SCJP 1.6
|
|
|
|
Q10. What
is the optput of this code fragment. 1.
int X=3; int Y =10; 2.
System.out.println(y%x); |
||
|
A. 0 B. 1 C. 2 D. 3 |
||
|
Correct Answer: B
|
||
|
Explanation:
|
||