First of all I want to say that I am an economist and I had had two years experiences of working...
Author - Mushfiq Mammadov
1Z0-803 (OCA 7) and 1Z0-808 (OCA 8) exam details have changed!
Oracle changed 1Z0-808 (OCA 8) exam detail last month. So that, the number of questions is now 80...
1Z0-813 (Upgrade to Java SE 8 OCP) sample exam questions by...
1. Which code fragment correctly assign a numeric literal? A) byte b1 = b1011; B) byte b2 = 1011b;...
1Z0-810 (Upgrade Java SE 7 to SE 8 OCP) sample exam questions by...
1. Given the code fragment: public class App { [nbsp count=4]void calcBill() { [nbsp count=8]//...
November/December 2016 issue of Java Magazine, “Quiz...
In November/December 2016 issue of Java Magazine have been published five questions regarding 1Z0...
1Z0-805 (Upgrade to Java SE 7) sample exam questions by Oracle
1. Given: import java.io.*; class MyResource1 implements AutoCloseable { [nbsp count=4]public void...
1Z0-804 (OCPJP 7) sample exam questions by Oracle
1. Given: class MySort implements Comparator<Integer> { [nbsp count=4]public int...
1Z0-809 (OCPJP 8) sample exam questions by Oracle
1. Given: public abstract class Customer { [nbsp count=4]private String name; [nbsp count=4]public...
1Z0-803 (OCAJP 7) sample exam questions by Oracle
1. Given: public class Calculator { [nbsp count=4]int num = 100; [nbsp count=4]public void calc(int...
1Z0-808 (OCAJP 8) sample exam questions by Oracle
1. Given: import java.util.ArrayList; import java.util.List; public class JavaSETest {...