Contact Admin for Dumps and Queries

Just drop a mail to javasnips@gmail.com with subject as "SCJP Dumps" or "SCWCD/SCBCD Dumps".

OCPJP - Test yourself

 If you are interested in OCJP exam suggestions, try these mock question that we will post weekly. Its like a discussion. Post your answers as comments

Question 1:
public class Yikes {
public static void go(Long n) {System.out.println("Long ");}
public static void go(Short n) {System.out.println("Short ");}
public static void go(int n) {System.out.println("int ");}
public static void main(String [] args) {
short y = 6;
long z = 7;
go(y);
go(z);
}
}
What is the result?
A. int Long
B. Short Long
C. Compilation fails.
D. An exception is thrown at run time.

Question 2:
Which two statements are true about has-a and is-a relationships? (Choose
two.)
A. Inheritance represents an is-a relationship.
B. Inheritance represents a has-a relationship.
C. Interfaces must be used when creating a has-a relationship.
D. Instance variables can be used when creating a has-a relationship.
Answer: A, D

Question 3:
public class Hello {
String title;
int value;
public Hello() {
title += " World";
}
public Hello(int value) {
this.value = value;
title = "Hello";
Hello();
}
}
and:
Hello c = new Hello(5);
System.out.println(c.title);
What is the result?
A. Hello
B. Hello World
C. Compilation fails.
D. Hello World 5
E. The code runs with no output.
F. An exception is thrown at runtime.


Question 4:
class Super {
private int a;
protected Super(int a) { this.a = a; }
}
...
class Sub extends Super {
public Sub(int a) { super(a); }
public Sub() { this.a = 5; }
}
which two, independently, will allow Sub to compile? (Choose two.)
A. Change line 2 to:
public int a;
B. Change line 2 to :protected int a;
C. Change line 13 to :public Sub() { this(5); }
D. Change line 13 to :public Sub() { super(5); }
E. Change line 13 to :public Sub() { super(a); }

SunJavaSnips

Dear users,

We are planning to launch our website soon and to provide materials for free. And even planning to provide other resources like java interview questions and Latest Java Job openings in India.

Expecting your views on this.

SCBCD Dumps | Oracle Business Component Developer Certified Professional Exam OCBCD | SCBCD 5.0


With the purpose of making your Business Component Developer preparation easier, we come up with the brand new SCBCD/OCBCD Dumps now. Please drop us a mail at javasnips@gmail.com to get these dumps.

The syllabus for the SCBCD 5.0 Certification Exam is as follows: Exam Number: 1Z0-860 | 1Z0-861

1. EJB 3.0 Overview
2. General EJB 3.0 Enterprise Bean Knowledge
3. EJB 3.0 Session Bean Component Contract & Lifecycle
4. EJB 3.0 Message-Driven Bean Component Contract
5. Java Persistence API Entities
6. Java Persistence Entity Operations
7. Persistence Units and Persistence Contexts
8. Java Persistence Query Language
9. Transactions
10. Exceptions
11. Security Management

JavaOne and Oracle Develop India 2012 in Hyderabad

Oracle Corporation is back with its annual programme for Java and Oracle Developers. Whether you are a Java Developer or a working with Oracle tools and technologies, you shouldn't miss this event. JavaOne and Oracle Develop India 2011 was a huge success and with the expectations to reach high, Oracle is coming up with more latest updates and innovation for its developers.

The Agenda of this event will be discussions on roadmap of Java, how to innovate with Java, and how to use the tools for the development work. For Oracle developers, you’ll learn more about technologies and tools offered by Oracle and how to develop and deploy them effectively.

So you are going to have plenty of opportunity for learning from keynotes and technical sessions, hands-on labs and demos, seeing the innovations of exhibitors, and networking with experts and others in the developer community. At the end of this event, you will improve your skills, and even get better Java network, the Java folks around you.

I advise all my blog follower to attend this and improve your Java skills. You might have spent lot of amount learning Java but this 2-day programme is going to make you learn and understand Java better.

For Registrations: Log onto  https://www.regpulse.com/j1od2012/register.php?pcode=WWMK11024795MPP084&src=7268797&Act=156

The Actual registration fees are more but we are going to offer a little less fees; interested candidates can send a mail to javasnips@gmail.com with subject as ""JavaOne 2012 Voucher Request"".

One more important note is that, sometimes Oracle offers you the certification(SCJP, SCWCD, OCPJP) vouchers at less amount than original price at these events, so don't miss them.

Java SE 7 Certifications- OCAJP and OCPJP

Oracle has started releasing the latest Java SE 7 certifications, including the Oracle Certified Associate (OCA) - Java SE 7 Programmer and the Oracle Certified Professional (OCP) - Java SE 7 Programmer.

The Oracle Certified Associate (OCA) - Java SE 7 Programmer and the Oracle Certified Professional (OCP) - Java SE 7 Programmes were designed for those who had a strong foundation in the Java Programming language. This certification covers the fundamentals of Java SE 7 programming, such as the significance of OOPS object-oriented programming and flexibility to create simple Java technology programs. This certification provides a solid foundation for a continued learning.

Successfully completion of the requirements of this certification gives the designation of Oracle Certified Associate, Java SE 7 Programmer. This certification differentiates candidates in the marketplace by providing a competitive edge through proven expertise. Up-to-date training and field experience are recommended.

Certification Path:

Oracle Certified Associate (OCA) - Java SE 7 Programmer
So as to obtain Oracle Certified Associate, Java SE 7 Programmer, its mandatory to clear EXAM 1Z0-803 Java SE 7 Programmer I which is designed by Oracle.

Oracle Certified Professional (OCP) - Java SE 7 Programmer
To obtain Oracle Certified Professional, Java SE 7 Programmer, you need to possess Oracle Certified Associate, Java SE 7 Programmer and EXAM 1Z0-804 Java SE 7 Programmer II which is designed by Oracle.

If you had completed any version Oracle Certified Associate, Java Programmer OR Any version Sun Certified Java Programmer then you can upgrade to Oracle Certified Professional, Java SE 7 Programmer by giving an upgrade test i.e., EXAM 1Z0-805 Upgrade to Java SE 7.Programmer

Visitor Count

hit counter