Need to do java core and advanced certificate. Which books or pdf is need to refer?

Asked by Last Modified  

16 Answers

Learn Java

Follow 1
Answer

Please enter your answer

Senior Software Engineer

Hi Prashanth, At first to be clear there is nothing called Core and Advance certificate, Its OCJP/SCJP Certification. The cost and other details are already mentioned in their respective portals. The book to refer for Certifications are SCJP(Sun Certified Java Programming) X Version(i.e Year u r...
read more
Hi Prashanth, At first to be clear there is nothing called Core and Advance certificate, Its OCJP/SCJP Certification. The cost and other details are already mentioned in their respective portals. The book to refer for Certifications are SCJP(Sun Certified Java Programming) X Version(i.e Year u r taking the exam) by Kathy sierra is the best one as referred from millions of users and experts. I hope this answers your query, if you need more help, please feel free to contact me. All the best.... read less
Comments

Experienced Java Professional

Head First series of books on core java and advance java is good. Also Kathy serra scjp book, Khalid mughal scjp book is good for core java.
Comments

You can use "sun certified programmer" by kathy sierra and bert bates. You can download free pdf.
Comments

Java Trainer

Kathy Sierra scjp
Comments

M.Tech(Computer Science), M.sc(Mathematics), B.sc(Mathematics)Hons.

Core java refer OCJP book.
Comments

Java Technical Leader

For Java certification refer SCJP by Kathey Siearra, which is a great book for certification.
Comments

Big Data Trainer

Thinking in java for core. Download free ebook from this site https://it-ebooks.info/tag/programming/
Comments

IT professional

Hello Prasanth, Plz find the below details, OCPJP: SCJP Study Guide by Kathy Sierra and Bert Bates....for reference Khalid Mughal..and Enthuware mock exam..I have the licence copy OCJP6 mock test Enthuware ..if you need I can share it to you. OCEJWCD: follow this link http://www.coderanch.com/how-to/java/ScwcdLinks...
read more
Hello Prasanth, Plz find the below details, OCPJP: SCJP Study Guide by Kathy Sierra and Bert Bates....for reference Khalid Mughal..and Enthuware mock exam..I have the licence copy OCJP6 mock test Enthuware ..if you need I can share it to you. OCEJWCD: follow this link http://www.coderanch.com/how-to/java/ScwcdLinks ... with this Enthuware mock. read less
Comments

Oracle Certified Java programmer.

Sun certified java programmer , kathy sierra or khalid mughal
Comments

Oracle Certified Java programmer.

Head first servlets and jsp
Comments

View 14 more Answers

Related Questions

What is difference between Multithreading and miltiprocessing?
Thread is a part of the program,so a program has multiple threads whereas multiprocessing means a cpu (or multiple cpu) process multiple programs at a time.
Milan
Should we learn DBMS and RDBMS without any Java training?
java or i can say any programming language is not required to learn DBMS or RDBMS
Karthik
0 0
6
Why is Java better than any other programming language?
Java is not necessarily "better" than every other programming language; the suitability of a language depends on the specific requirements of a project. However, Java has several strengths, including platform...
Sushil
0 0
5
public class X { public static void main(String [] args) { X x = new X(); X x2 = m1(x); /* Line 6 */ X x4 = new X(); x2 = x4; /* Line 8 */ doComplexStuff(); } static X m1(X mx) { mx = new X(); return mx; } } After line 8 runs. how many objects are eligible for garbage collection?
Only one. After line 8 the original object referred to by x2 is dereferenced and ready for garbage collection. In m1(), mx ignores the object passed as argument and refers to a new object which is returned.
Srikanth
What's New in JDK 8 ?
1.Lamda Expressions I started with lambda expressions as this is probably the most sought after feature in the language after probably Generics/Annotations in Java 5. 2.Generic Type changes and improvements Taking...
Ashish

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Class and Objects in Java
Class is a template or a blueprint which is used to describe an object. On other hand Object is a reference of a class which follows all the stuff written inside the class. How about taking the whole tour in the following video

Why Should We Learn Java Language?
Most of starters has confusion today that which of the programming language should be chosen to work on. It totally depends upon your need. As per my opinion, if you want to grow your career in IT industry...

JAVA - Object Cloning
JAVA - Object Cloning Is the way of creating the same copy of object without calling the class constructor. It means we can make any class object multiple times without calling its default constructor....

Class, Object and Methods in JAVA
Lesson-1: Class, Object and Methods of Java can be compared with body, heart and brain. Without these 3 things, Java does not exist. If you Google the above 3 items, you will find many definitions. But...

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

Recommended Articles

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you