This question got me thinking, assuming a Sun JDK is available, why would I use anything else? Is there a good technical reason for using a different compiler?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
A lot of people are answering a different question than what you asked. The JDK used to compile the code is different from the JVM used to run it.
Because most optimization occurs JIT, the quality of generated code from your compiler is not very important. This leaves the reason to use a particular JDK as: