• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java SE 8 Programmer I guide question

 
Ranch Hand
Posts: 86
2
VI Editor Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guilherme and Mario,

I'd like to ask, what is special about your book. Why should I prefer it to other OCAJP 8 books, where do you think it outweighs the competitors? Also, how big difference do you see between OCAJP 7 and 8? Not only in the amount of topics it covers, but also in the perceptiont of potential employers.

Thanks.

Tomas
 
author
Posts: 5
5
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Tomas,

Those are *great* questions and I will try to address them one by one.

First, I don't see any other certification study guides as competitors. There is a big difference in the teaching approach from each guide and that is clearly visible if you take a look at a sample from each book. As teachers, we understand that each person has a preference on which didactics approach they prefer, so while some developers will love the way some guides presents some ideas, others will find our approach to a conversation about Java more appealing.

I invite you to take a look at a sample at the Amazon Cloud Reader (just send a sample and open on the web .

Having said that, it is time to explain our approach, right? We try to give as much examples as possibles, so instead of saying "but if that variable was final, the other part of the code would not compile", we will try to show you that variation of the example, where the variable is final, and the code will not compile. Avoiding abstractions (explanations without examples) is a way to help visually seeing and understanding what will happen, instead of relying in the student's memory. I believe you will find the sample will show you a little bit of that.

The other difference is that we are trying to explain why and how the language works. Instead of being just a guide to the certification as in "get the paper, celebrate, end of history", we want you to own the language. To be able to talk to Java haters, to Scala lovers, to Ruby lovers, to C# lovers, no matter what, and discuss in a polite way what and *when* something is good or bad in the language we choose to code in. Understanding the "whys" is the minimum requirement for a good developer, passing the certification is always nice, but not necessarily a proof of that understanding.
So our goal with the book is for the student to become a better developer than I was when I passed the exam for the first time (back in 2001? 2002?). Those who understand the language will know how to write good code in their real life, and that's what we want with the book: certified good developers.

---

If you look at the description of both tests you will see that there is not much difference between 7 and 8. The amount of topics change not much, but lambda and the new java API are key for developers who want to be good in Java 8. For instance, using Date or Calendar in Java 8 (except for backward compatibility bridges) sounds at least weird. So while there is too much new to study, there is a lot to gain. I always recommend the 8 version, since I am trying to improve Java education, not just trying to get developers to get a certification.
As a note, since there is extra *API*, there is a lot more to memorize in the new Date api.

As for employers, as we don't see them asking "what was your grade?" (last time I did it, mine was 100), or "which one did you take?" (as for the language certifications, I took it 2 of the old and 2 of the new ones, including 7 and 8), we don't see a reason to choose one or another. Again, when you talk to the employer, mention how much you have learned through the process of the certification. What you will learn through the book and the study process is 100 times (no real math done here, it is an approximation) more important than the number you got in the end. There are so many reasons why a good developer would not get a good grade (nervous breakdown, good/bad days and so on), but what he has learned in the process... that makes him incomparable to other developers who do not understand what they are doing, and why.

---

Summing up, I believe understanding decisions and consequences of the language is the goal here, and our book will try to make you do so. If you are free to pick, pick Java 8 and learn as much as you can. Do not be a Java user, own the language.
 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tomas Linhart wrote:Also, how big difference do you see between OCAJP 7 and 8? Not only in the amount of topics it covers, but also in the perceptiont of potential employers.


The difference is not so big. Here you'll find the OCA 8 exam objectives and here you'll find a mapping between the exam objectives of both OCA 7 and 8 exams.

From a potential employer's point of view: always keep in mind that a certification doesn't guarantee a job as java programmer/developer. But if some candidates for a position appear to be equivalent based on experience and (technical) knowledge, a certification might make the difference. That's why for me the journey becoming certified is much more important than that piece of paper itself. If you take your time to prepare, you'll become a much better developer with a good understanding of Java and OO basics. You'll get much more out of your certification than someone who's just preparing to pass the exam. No doubt!
The difference between OCA 7 and OCA 8 will be very little, unless the employer is already using Java 8 for the development.
 
Tomas Linhart
Ranch Hand
Posts: 86
2
VI Editor Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you guys for valuable answers!

I share your attitude, Guilherme. I also find understanding of "whys" as a key to the solid knowledge, that not only guarantees you, that you know the present state of things, but also prepares you for the future changes and thinking in much larger context. Knowing that makes me really eager to read your book ;-)

Tomas
 
reply
    Bookmark Topic Watch Topic
  • New Topic