Brazil - Sun Certified Java Programmer - SCJP 5
http://www.camilolopes.com/ About Java - Update every Week.
Guide SCJP - tips that you need know http://blog.camilolopes.com.br/livrosrevistaspalestras/
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
Brazil - Sun Certified Java Programmer - SCJP 5
http://www.camilolopes.com/ About Java - Update every Week.
Guide SCJP - tips that you need know http://blog.camilolopes.com.br/livrosrevistaspalestras/
Author of ExamLab - a free SCJP / OCPJP exam simulator
What would SCJP exam questions look like? -- OCPJP Online Training -- Twitter -- How to Ask a Question
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
Devaka Cooray wrote:Good job Camilo
![]()
Thanks for giving that for free.
Brazil - Sun Certified Java Programmer - SCJP 5
http://www.camilolopes.com/ About Java - Update every Week.
Guide SCJP - tips that you need know http://blog.camilolopes.com.br/livrosrevistaspalestras/
Sree Potluri wrote:Hi Camilo,
I gave the exam and found this error.
1. String[] elements = { "for", "tea", "t0o"};
String first = (elements.length>0)?elements[0] null;
What is the result, answer is compilation fails because there is no ":" between elements[0] and null, but your answer says variable first is set to element[0].
2. public static void test(String str){
if (str==null|str.length()==0){
System.out.println("String is empty");
}else {
System.out.println("String not empty");
}
}
test(llull), compilation fails because we have to pass a String
3. ArrayList a = new ArrayList(); containing values {1, 2,..8}
Comparator c = Collections.reverseOrder();
Collections.sort(a, c);
int result = Collections.binarySearch(a,6,c); // Replace "6" by 6.
Please review these questions.
Brazil - Sun Certified Java Programmer - SCJP 5
http://www.camilolopes.com/ About Java - Update every Week.
Guide SCJP - tips that you need know http://blog.camilolopes.com.br/livrosrevistaspalestras/
Brazil - Sun Certified Java Programmer - SCJP 5
http://www.camilolopes.com/ About Java - Update every Week.
Guide SCJP - tips that you need know http://blog.camilolopes.com.br/livrosrevistaspalestras/
Did you see how Paul cut 87% off of his electric heat bill with 82 watts of micro heaters? |