Contact Admin for Dumps and Queries

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

Java Certification Exam codes

We have many Java certifications available which will help us in getting the jobs easily but confused in choosing the right examination? Lets go through the exam codes to understand better on what exam codes we need to opt for..

OCJP 1.6 ExamCode 1Z0-851
OCWCD 1.6 ExamCode 1Z0-899
Java EE 5 Business Component Developer Exam Code :  1Z0-860


Get more info here on OCJP 1.5, OCJP 1.6, OCWCD 1.5, OCWCD 1.6

JavaOne India 2013 Registrations Open


JavaOne India 2013 offers a wide variety of sessions, hands-on labs, keynotes, demos, and the opportunity to network with your peers.

If you're looking for the fundamentals of using Java technologies and tools, or if you want to learn how to develop applications for Oracle database products, this is the conference for you.

It includes Core Java Platform; JavaFX and Rich User Experiences; Java EE, Web Services, and the Cloud; and Java ME, Java Embedded, and Java Card.

Be sure to register now

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

Visitor Count

hit counter