Are generic, cast, and threadsafe reserved keywords in java?
I am aware of the 52 keywords in java but looking for the new reserved keyword list.
Are generic , cast , and threadsafe reserved keywords in java? I am aware
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.
See this link here. It’s the reserved keyword list for Java 6.
So, no, neither of those three words you listed are in the reserved set.
This keyword list can also be found in the Java language specification in section 3.9.