반응형
자격증/OCJP_ExamA2018. 7. 8. 18:14QUESTION 45

QUESTION 45 Given the following directory structure: bigProject |--source | |--Utils.java | |--classes |-- And the following command line invocation: javac -d classes source/Utils.java Assume the current directory is bigProject, what is the result? A. If the compile is successful, Utils.class is added to the source directory. B. The compiler returns an invalid flag error. C. If the compile is su..

자격증/OCJP_ExamA2018. 7. 8. 17:26QUESTION 44

QUESTION 44 A UNIX user named Bob wants to replace his chess program with a new one, but he is not sure where the old one is installed. Bob is currently able to run a Java chess program starting from his home directory /home/bob using the command: java -classpath /test:/home/bob/downloads/*.jar games.Chess Bob's CLASSPATH is set (at login time) to: /usr/lib:/home/bob/classes:/opt/java/lib:/opt/j..

자격증/OCJP_ExamA2018. 7. 8. 03:48QUESTION 43

QUESTION 43 Given a class Repetition: 1. package utils; 2. 3. public class Repetition { 4. public static String twice(String s) { return s + s; } 5. } and given another class Demo: 1. public class Demo { 2. public static void main(String[] args) { 3. System.out.println(twice("pizza")); 4. } 5. } Which code should be inserted at line 1 of Demo.java to compile and run Demo to print pizzapizza? A. ..

자격증/OCJP_ExamA2018. 7. 8. 03:44QUESTION 42

QUESTION 42 Given: 23. Object [] myObjects = { 24. new Integer(12), 25. new String("foo"), 26. new Integer(5), 27. new Boolean(true) 28. }; 29. Arrays.sort(myObjects); 30. for(int i=0; i

자격증/ocjp_덤프2018. 7. 8. 03:28ocjp_덤프

ocjp 덤프입니다. ocjp_tesking : 말 그대로 ocjp문제 파일입니다. self tesking 하는 방법 1. OCJP 압축 파일을 푸 신뒤에 manager.exe실행 시켜 줍니다.2. tesking pdf파일을 추가해 준 뒤에 셀프 테스트를 진행 할 수 있습니다. 추가 정보 : https://magiclen.org/ocajp-main-2/ --> 중국어로 되어있지만 비교적 정확한 편입니다 .

IN 이태원 ( 솔직한 후기 ) _2018.07.08
일상/맛집2018. 7. 8. 03:18IN 이태원 ( 솔직한 후기 ) _2018.07.08

안녕하세요 !! 오늘 소개해 드릴 맛집은 두둥!! 이태원에 위치하고 있는 THEBURGER 입니다. 정확한 위치는 하단에 태그에 놓겠습니다. 방문 날짜는 2018.07.08일 입니다. 비가 억수로 오던날 이태원을 방문하였습니다. 비가 오는날에는 머다 ?? 햄버거ㅓㅓㅓ입니다. 소문이 자자하고 , 이태원햄버거 치면 리뷰많은 곳으로 나올 텐데요. 그래서 방문 해 보았습니다. 가격대는 8천원~ 만원초중반대로써 일반 햄버거 가격보다는 조금 비싸네요 ^^ 그래도 아깝지가 않습니다아아!!* 빅 더블 버거 * 양이 어마어마 한 빅 더블 버거입니다. 가격은 13,900원입니다. 두툼한 패티에 한번 놀라고 푸짐한 양에 두번 놀랍니다 .* 쉬림프 버거 * 가격은 12,900원입니다. 쉬림프 버거 답게 새우가 올라가게 되는데..

반응형
image