Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    9,563

    Re: Difference Between JDK 5,6 & 7

    No problem. You might also want to take a look at the tutorials: The Java™ Tutorials and the API: Java Platform SE 6. If you're learning how to program Java, those are both your new best friends.
  2. Replies
    5
    Views
    9,563

    Re: Difference Between JDK 5,6 & 7

    If you're just trying to learn the basics (methods, Objects, for loops, etc), then it's fine. Those things don't change. But if you already know the basics behind programming and are trying to add...
  3. Replies
    5
    Views
    9,563

    Re: Difference Between JDK 5,6 & 7

    The basics are going to be the same, and anything you write in 1.5 will run in 1.6, etc. But you're going to miss out on a few additions to the language, and 1.5 has been EOL'ed and is no longer...
Results 1 to 3 of 3