Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Java From 6 To 7, Will I Need To Relearn?

Im reading a book about java, and the book is based on java 6, will i have to relearn java for java 7, or is it minor changes, and new features? Whats new in java 7? Thanks in advanced.

2 Answers

Relevance
  • 10 years ago

    Java 7 has switch( StringArgument ) and it has int x = 1_000_000. Basically, they tightened up some lose ends under the hood that Java 6 had.

    I consider the new switch( String ) and integer declarations as new features, the other stuff is enhancements.

    Java 8 promises to be a major new thing. One touted feature will be the ability to use other languages to run the JRE. Java 8 is scheduled for Sumer 2012.

    But you can code Java 6 with the Java 7 JDK. Same style of coding overall.

  • Anonymous
    10 years ago

    NO!.... they might add some features to it...but the idea is always the same....as a programmer you should be focused on learning the ideas of programming...whether u learn it in java, c++, python or any other language...knowing one is enough to understand the others

    Source(s): programmer
Still have questions? Get your answers by asking now.