Oracle 1Z0-501 시험 개요:
| 인증 벤더: | Oracle |
|---|---|
| 시험명: | Java 인증 프로그래머 |
| 시험 번호: | 1Z0-501 |
| 시험 형식: | 드래그 앤 드롭, 객관식 |
| 자격증 유효 기간: | 평생 유효 (만료 기간 없음) |
| 시험 시간: | 120분 |
| 실제 시험 문항 수: | 59-60 |
| 관련 자격증: | Oracle Certified Professional, Java SE Programmer |
| 지원 언어: | Chinese (Traditional), English, Japanese |
| 응시료: | US$125 |
| 합격 점수: | 61% |
| 권장 교육: | Oracle Java SE 교육 과정 |
| 시험 등록: | Oracle University Pearson VUE |
| 샘플 문제: | Oracle 1Z0-501 샘플 문제 |
| 응시 방법: | Pearson VUE / Prometric 시험 센터에서 현장 응시; 2014년부터 폐지됨 |
| 전제 조건: | 별도의 정식 선수 조건 없음 |
| 공식 요강 URL: | https://education.oracle.com/ |
Oracle 1Z0-501 시험 요강 주제:
| 섹션 | 비중 | 목표 |
|---|---|---|
| 주제 1: 컬렉션 및 제네릭 | 15% | - 제네릭 기본 원리 - 컬렉션 프레임워크
|
| 주제 2: 동시성 프로그래밍 | 10% | - 동기화 및 스레드 안전성 - 스레드 생성 및 생명 주기 |
| 주제 3: 객체 지향 개념 | 20% | - 클래스, 상속 및 인터페이스
|
| 주제 4: Java 기초 | 15% | - 언어 기본 원리
|
| 주제 5: Java API: java.lang 패키지 | 15% | - String 및 StringBuffer 클래스 - Math 및 Object 클래스 - 래퍼 클래스 |
| 주제 6: Java 입출력 | 10% | - 파일 및 스트림 관련 클래스 - 파일 읽기/쓰기 및 문자 인코딩 |
| 주제 7: 흐름 제어 및 예외 처리 | 15% | - 예외 처리
|
최신 Other Oracle Certification 1Z0-501 무료샘플문제
문제 #1
Given:
1 . public class SyncTest (
2 . private int x;
3 . private int y;
4 . private synchronized void setX (int i) (x=1;)
5 . private synchronized void setY (int i) (y=1;)
6 . public void setXY(int 1)(set X(i); setY(i);)
7 . public synchronized Boolean check() (return x !=y;)
8 . )
Under which conditions will check () return true when called from a different class?
A. Check() can return true when setXY is called by multiple threads.
B. Check() can only return true if SyncTest is changed to allow x and y to be set separately.
C. Check() can return true when multiple threads call setX and setY separately.
D. Check() can never return true.
문제 #2
Exhibit:
ClassOne.java
1. package com.abc.pkg1;
2. public class ClassOne {
3. private char var = 'a';
4. char getVar() {return var;}
5. } ClassTest.java
1 . package com.abc.pkg2;
2 . import com.abc.pkg1.ClassOne;
3 . public class ClassTest extends ClassOne {
4 . public static void main(String[]args){
5 .char a = new ClassOne().getVar();
6 .char b = new ClassTest().getVar();
7 .}
8 . }
What is the result?
A. Compilation will fail.
B. Compilation succeeds but an exception is thrown at line 6 in ClassTest.java.
C. Compilation succeeds but an exception is thrown at line 5 in ClassTest.java.
D. Compilation succeeds and no exceptions are thrown.
문제 #3
CORRECT TEXT
Exhibit:
1 . Public class test (
2 . Public static void stringReplace (String text)(
3 .Text = text.replace ('j' , 'i');
4 . )
5 .
6 . public static void bufferReplace (StringBuffer text)(
7 .text = text.append ("C")
8 . )
9 .
1 0. public static void main (String args[]} (
1 1.String textString = new String ("java");
1 2.StringBuffer text BufferString = new StringBuffer ("java");
1 3.
1 4.stringReplace (textString);
1 5.BufferReplace (textBuffer);
1 6.
1 7.System.out.printIn (textString + textBuffer);
1 8.}
1 9.)
What is the output?
문제 #4
Which statement is true for the class java.util.HashSet?
A. The elements in the collection are ordered.
B. The elements in the collection are guaranteed to be unique.
C. The collection is guaranteed to be immutable.
D. The elements in the collection are accessed using a unique key.
E. The elements in the collections are guaranteed to be synchronized.
문제 #5
Given:
1 . public class Test {
2 . public static void main (String[]args) {
3 . String foo = args[1];
4 . String bar = args[2];
5 . String baz = args[3];
6 . System.out.printIn("baz = " + baz);
7 .}
8 . }
And the output:
Baz = 2
Which command line invocation will produce the output?
A. Java Test 1 2 3 4
B. Java Test 4 2 4 2
C. Java Test 2222
D. Java Test 4 3 2 1
질문과 대답:
| 문제 #1 정답: A | 문제 #2 정답: D | 문제 #3 정답: 회원만 볼 수 있음 | 문제 #4 정답: B | 문제 #5 정답: B |














855 개 고객 리뷰
품질과 가치ITCertKR 의 높은 정확도를 보장하는 최고품질의 덤프는 IT인증시험에 대비하여 제작된것으로서 높은 적중율을 자랑하고 있습니다.
테스트 및 승인ITCertKR 의 덤프는 모두 엘리트한 전문가들이 실제시험문제를 분석하여 답을 작성한 만큼 시험문제의 적중률은 아주 높습니다.
쉽게 시험패스ITCertKR의 테스트 엔진을 사용하여 시험을 준비한다는것은 첫 번째 시도에서 인증시험 패스성공을 의미합니다.
주문하기전 체험ITCertKR의 각 제품은 무료 데모를 제공합니다. 구입하기로 결정하기 전에 덤프샘플문제로 덤프품질과 실용성을 검증할수 있습니다.
