Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4032310
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T11:42:19+00:00 2026-05-20T11:42:19+00:00

I have read that JDKs are usually forward-compatible, and JREs are usually backward-compatible .

  • 0

I have read that “JDKs are usually forward-compatible, and JREs are usually backward-compatible.”

What kind of version checking do Java developers do in their applications?

Do you upgrade your JDK with every release?

How do you minimize incompatibilities between releases?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T11:42:20+00:00Added an answer on May 20, 2026 at 11:42 am

    The strategy that’s worked well for us is to decide up front which versions of the JRE we’ll support. We do this by considering the platforms in use by our users, the version-specific features of a particular JRE that we’d like to use, and the release dates of the JRE versions. All of this is done in close consultation with our customer support department. (Of course all else being equal we prefer newer releases, as they tend to have bug fixes, optimizations, security updates, etc.)

    Then, this becomes input into our QA process. Our testing effort must encompass all of the versions of the JRE that we’re supporting.

    Finally, we use the ability to specify specific JRE versions in the JNLP file when we deploy our application, to ensure that customers who try to run our app with an unsupported version get a “fail-fast” experience (with a helpful message about how to get the right JRE version), rather than mysterious failures down the road.

    One thing we do to minimize incompatibilities is to avoid undocumented APIs (sun.misc, etc.).

    Explicitly checking the current version of the JRE from within your code should be considered only as last resort to work around a known bug in a particular JRE version. If such a bug is discovered early enough in the process, we much prefer to just remove that JRE version from the list of supported versions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have read that generally abstract classes should not be made Serializable in Java.
I have read that Scala's type system is weakened by Java interoperability and therefore
I have read that you can do it, but would this really improve performance
I have read that gwt-ext is slow and it seems too bulky. How does
I have read that 'Normal' ARM instructions are fixed length - 32 bits. And
I have read that LinkedHashMap has faster iteration speed than HashMap because its elements
I have read that most languages are becoming more and more like lisp, adopting
I have read that to match a word inside of a string using Regular
I have read that viewstate is not there in asp.net MVC application. I am
I have read that CURL is way too fast than File Get Contents and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.