| Author |
Java Programming: 6 vs 7
|
Tina Smith
Ranch Hand
Joined: Jul 21, 2011
Posts: 152
|
|
|
What coverage is there of Java 6 (and previous versions) classes vs those classes/libraries new in Java 7?
|
Everything is theoretically impossible, until it is done. ~Robert A. Heinlein
|
 |
Steve Fahlbusch
Ranch Hand
Joined: Sep 18, 2000
Posts: 491
|
|
And what does the Oracle/Sun site have about this?
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2926
|
|
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.
|
Mohamed Sanaulla | My Blog
|
 |
Mike Simmons
Ranch Hand
Joined: Mar 05, 2008
Posts: 2778
|
|
|
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
Joined: Sep 08, 2007
Posts: 2926
|
|
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.
|
 |
idrish laxmidhar
Greenhorn
Joined: Apr 18, 2011
Posts: 2
|
|
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
|
java noob
|
 |
Poornachandra Sarang
author
Greenhorn
Joined: Apr 17, 2012
Posts: 27
|
|
|
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
Greenhorn
Joined: Apr 17, 2012
Posts: 27
|
|
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.
|
 |
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 4089
|
|
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
|
SCJP
|
 |
T Dahl
Ranch Hand
Joined: Oct 07, 2010
Posts: 35
|
|
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?
|
 |
Winston Gutkowski
Bartender
Joined: Mar 17, 2011
Posts: 4747
|
|
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
Joined: Oct 07, 2010
Posts: 35
|
|
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
Greenhorn
Joined: Apr 17, 2012
Posts: 27
|
|
|
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.
|
 |
 |
|
|
subject: Java Programming: 6 vs 7
|
|
|