1Z0-850 무료 덤프문제 온라인 액세스
| 시험코드: | 1Z0-850 |
| 시험이름: | Java Standard Edition 5 and 6, Certified Associate Exam |
| 인증사: | Oracle |
| 무료 덤프 문항수: | 242 |
| 업로드 날짜: | 2026-08-30 |
Given:
1 . class Test {
2 . public static void main(String[] args) {
3 . int num = 1;
4 . for (num = 0; num < 3; ++num ) {
5 . num *= 2;
6 . }
7 . System.out.println("num = " + (num++));
8 . }
9 . }
What is the result?
