#1,645 in Computers & technology books

Reddit mentions of OCA/OCP Java SE 7 Programmer I & II Study Guide (Exams 1Z0-803 & 1Z0-804) (Certification Press)

Sentiment score: 2
Reddit mentions: 5

We found 5 Reddit mentions of OCA/OCP Java SE 7 Programmer I & II Study Guide (Exams 1Z0-803 & 1Z0-804) (Certification Press). Here are the top ones.

OCA/OCP Java SE 7 Programmer I & II Study Guide (Exams 1Z0-803 & 1Z0-804) (Certification Press)
Buying options
View on Amazon.com
or
Specs:
Height9.37006 Inches
Length7.44093 Inches
Number of items1
Weight4.27476326018 Pounds
Width2.28346 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 5 comments on OCA/OCP Java SE 7 Programmer I & II Study Guide (Exams 1Z0-803 & 1Z0-804) (Certification Press):

u/ryuzaki49 · 3 pointsr/java

Resources:

Kathy Sierra's study guide


Enthuware mock tests

That is a pretty good combo. Read the book, do the mock tests. If you get 70% on the final mock test, you are good to go.

u/danintexas · 2 pointsr/learnprogramming

Starting out with Java

It was the book I used in the intro Java class I took at the local CC. I absolutely love this book. I am going through it chapter by chapter and learning a ton. After I am 100% done with that book I will jump in to this book: OCA/OCP Java SE 7

After that I will attempt to get certified. I will then work on learning Android with Java and get some things on Google Play and then see if I can get employed with all of the above along with an active Git account that never takes a day off.

Since I don't care about where in the US my family lives really - and I am not wanting a six figure salary out the gate - I am certain I will find SOMETHING with the above. If anyone reads the above and thinks other wise let me know. I have to do this self study since I am 40 with a family and can't afford to drop 30k+ on school. Was just laid off in Oct so I am using my "free" time to bang this out.

u/OwlShitty · 2 pointsr/java

Study more about Java. If you can afford this book, then it'd be amazing. Complete Java knowledge right there including topics that deal with Threads, Generics, etc. All the essentials a Java programmer should know.

This is because in Android, you'll be dealing with a lot of Inner/Anonymous classes, Inheritance/Abstract classes, and Generics.

u/LucidityWaver · 2 pointsr/java

User OwlShitty in another thread recommended this as a study guide.

>Complete Java knowledge right there including topics that deal with Threads, Generics, etc. All the essentials a Java programmer should know.