• 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 7 for dinosaurs?

 
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to break back into Java-land after some years mainly working outside Java, so this book looks like it could be a useful way to get up to speed on all the changes during my absence. But does the book assume fairly recent Java experience as a point of comparison? How far would this book be accessible to somebody whose Java experience is mainly on older versions (Java 2 in my case!)?

Thanks,
Chris
 
author
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book assumes you have some Java experience and, of course, the more recent and in depth your experience the easier it will be to grasp the topics of the book. However, I think you will find it is not too hard to pick back up after you've been away from it for awhile. Each recipe in the book has sections of code and then an explanation of what each part of the code is doing. This will help you get used to developing in Java again and bridge the gap between where your current knowledge leaves off and where the Java language is today. My guess is you will find yourself pleasantly surprised by the improvements incorporated since Java 2!
 
chris webster
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the quick reply, Jennifer. Sounds very encouraging - Java 2 needed some improvements, after all!
 
reply
    Bookmark Topic Watch Topic
  • New Topic