• 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

1z0-808 Study Guide question

 
Ranch Hand
Posts: 1376
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Normally, all study guide claims that they are not basic book to start learning Java language.

So, I want to know, can Java beginner person read this study guide to learn Java ?

Thanks
Abhay
 
author
Posts: 4335
39
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Depends, does the person know any languages? For example, I would think an experienced C++ developer could take this book and learn Java. If the person does not know any languages, though, I would think an introductory book about programming theory might be more appropriate. We tried to present the material in order of increasingly complexity with new concepts being added in each section, but at the end of the day it is a certification study guide, with the focus of getting you prepared for the exam.
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I took my SCJP 1.4 certification almost a decade ago, I had very basic programming knowledge in C. I picked up the K&B book and was able to easily read through the chapters which eventually led me to understanding Java as a language and pass the certification!
 
Abhay Agarwal
Ranch Hand
Posts: 1376
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for all replies.
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Abhay Agarwal wrote:Normally, all study guide claims that they are not basic book to start learning Java language.

So, I want to know, can Java beginner person read this study guide to learn Java ?


And ours is no exception. In Chapter 1, we recommend one of the three books to get started. Any edition is fine. It's ok to have a Java 1.3 or 1.4 book.
  • Head First Java
  • Thinking in Java (older editions are free online)
  • Java for Dummies


  • I think it is important to understand how to write a loop and other Java basics before starting with a certification book.
     
    Yes, of course, and I accept that blame. In fact, i covet that blame. As does this tiny ad:
    a bit of art, as a gift, that will fit in a stocking
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic