• 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

Reading from java complete referece java5

 
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am currently reading from java complete reference 5 .I also did purchased SCJP6 book to start reading after i complete reading this book

Now i am Scared because of the version after completing reading complete reference 5 will i be able to understand SCJP6 as it deals with 6 th version of java??

Will i be able to prepare myself for SCJP6 exams??
 
Ranch Hand
Posts: 710
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Vishal Hegde wrote:i am currently reading from java complete reference 5 .I also did purchased SCJP6 book to start reading after i complete reading this book

Now i am Scared because of the version after completing reading complete reference 5 will i be able to understand SCJP6 as it deals with 6 th version of java??

Will i be able to prepare myself for SCJP6 exams??



Yes. There will be some things added in Java 6, and some changes, but most of what you learn regarding Java 5 is very much valid in Java 6.
 
Vishal Hegde
Ranch Hand
Posts: 1087
Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ohhhh the thing is that i dont wantt to keep on spending money to purchase 6 version of complete reference asi have recently purchased the 5 version,so how will i come to know about the new stuff added in the 6th verssion?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The ScjpFaq says that the differences between those versions are minimal: http://faq.javaranch.com/java/ScjpFaq#16diff15
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Vishal Hegde wrote:how will i come to know about the new stuff added in the 6th verssion?



The SCJP book will address new topics relevant to the exam. I'm assuming you're talking about Sierra and Bates' book - it's open on my lap right now; it's an excellent book and it is very specific about what will and won't be on the exam.

For more information, you should also view this thread.

The Java API is available on Sun's website as well. But, the fact of the matter is, when you're FIRST learning the language, the differences between 5 and 6 are not important, IMO. As you progress, you will start to see where the differences are important, but I think learning the basics from a Java 5 book is fine.

Ben
 
W. Joe Smith
Ranch Hand
Posts: 710
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Plus, if you were to google "differences between Java 5 and Java 6" I'm sure you would find tons of sites explaining the differences.
 
Marshal
Posts: 79240
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sounds like a candidate for transfer to the SCJP forum.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic