This question about why constants in Java are uppercase by convention made me try to think of counter examples.
I can think of at least one (Double.NaN). Are there others?
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.
There are lots of
serialVersionUID!Others in
ResultSetMetaDatalikecolumnNoNulls,columnNullable…DatabaseMetaDataandICC_Profilehave lots of mixed case constants.Here is a list with most, if not all, JavaSE constants: Constant Field Values