• 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 Programming: 6 vs 7

 
Ranch Hand
Posts: 208
9
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What coverage is there of Java 6 (and previous versions) classes vs those classes/libraries new in Java 7?
 
Bartender
Posts: 612
7
Mac OS X Python
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And what does the Oracle/Sun site have about this?
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tina Smith wrote:What coverage is there of Java 6 (and previous versions) classes vs those classes/libraries new in Java 7?


You can start with this. It covers the new features in Java 7.
 
Master Rancher
Posts: 4796
72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Um, I think this is a question about the book, Java Programming, which is currently being promoted in this forum. I don't know the answer, but perhaps the book author can help.
 
Mohamed Sanaulla
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mike Simmons wrote:Um, I think this is a question about the book, Java Programming, which is currently being promoted in this forum. I don't know the answer, but perhaps the book author can help.


Ah if that is the case then, the Java 7 features have been covered as and where required.
 
Greenhorn
Posts: 2
Android Firefox Browser Windows XP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How does this book address super beginner java developers. I come from php background, but have interest in java and am planning to take SCJP. I had to read and re-read to get the basic understanding of concepts and also had to refer multiple resources..

Than you
 
author
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As pointed out by Mohamed, the book covers Java 7 features as and where required with elaborate examples. It does not make sense in putting all new features in one place and that is why those are distributed at appropriate points throughout the book.
 
Poornachandra Sarang
author
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

idrish laxmidhar wrote:How does this book address super beginner java developers. I come from php background, but have interest in java and am planning to take SCJP. I had to read and re-read to get the basic understanding of concepts and also had to refer multiple resources..

Than you



The book should help you find lots of information required for SCJP in one place and with the technical accuracy that is absolutely essential in answering SCJP questions.
 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I come from php background, but have interest in java and am planning to take SCJP. I had to read and re-read to get the basic understanding of concepts and also had to refer multiple resources..


i find that interesting. i learned java first. when i later read a book about php it seemed almost as familiar as an old hat. very much like JSP
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure if this is off topic or not but,

when is the proper time to move to Java 7? I noticed it is still not available for general download. Somehow I had the impression it should release last autumn. Anyway, it's possible to download both the JRE and JDK.
- Would it be risky to start developing with Java 7 now?
- Are there any known pitfalls?
- What about deploying applications written in Java 7?
 
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

T Dahl wrote:when is the proper time to move to Java 7? I noticed it is still not available for general download.


It isn't?

Somehow I had the impression it should release last autumn. Anyway, it's possible to download both the JRE and JDK.
- Would it be risky to start developing with Java 7 now?
- Are there any known pitfalls?
- What about deploying applications written in Java 7?


Since you're plainly conversant with 6, what was your (or your company's) thinking regarding that?
For personal use: I'd regard any non-beta release as worth downloading.
For production code: Dunno. You might deploy it for non-critical systems first; particularly if you have a system (such as Solaris 10, or some of the latest Linux releases) that allow you to run them in a different VM (OS VM that is).

Winston
 
T Dahl
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Winston Gutkowski wrote:

T Dahl wrote:when is the proper time to move to Java 7? I noticed it is still not available for general download.


It isn't?


I checked java.com earlier today and was still only offered the latest version of Java 6. I checked again now and guess what! Java 7 is out there. That probably means my main question is not as relevant any more.


Somehow I had the impression it should release last autumn. Anyway, it's possible to download both the JRE and JDK.
- Would it be risky to start developing with Java 7 now?
- Are there any known pitfalls?
- What about deploying applications written in Java 7?


Since you're plainly conversant with 6, what was your (or your company's) thinking regarding that?
For personal use: I'd regard any non-beta release as worth downloading.
For production code: Dunno. You might deploy it for non-critical systems first; particularly if you have a system (such as Solaris 10, or some of the latest Linux releases) that allow you to run them in a different VM (OS VM that is).

Winston

 
Poornachandra Sarang
author
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out http://en.wikipedia.org/wiki/Java_version_history. There have been several updates to Java SE 7 since its release on July 07, 2011.
 
reply
    Bookmark Topic Watch Topic
  • New Topic