Which of the following are legal identifiers in Java? - ProProfs Discuss
Advertisement

Which of the following are legal identifiers in Java?

Which of the following are legal identifiers in Java?

Change Image    Delete

1abc, Abc_1, OneAbc, Final, $while

Asked by Eva Tsitsi Chigodo, Last updated: Apr 11, 2024

+ Answer
Request
Question menu
Vote up Vote down

4 Answers

Bobby Rickets

Bobby Rickets

Bobby Rickets
Bobby Rickets, Content Reviewer

Answered Nov 11, 2018

Java is a programming language often seen in computers or when discussing computers. There are several different computer languages today, but Java is a very popular one. There are differences among the computer programming languages and they include being based on class or being oriented by objects as Java does. The main purpose that Java brags about is that it is simple to learn and use.

Once you write the language for a program, it will automatically run without any problems occurring. Legal identifiers in Java use a certain code called Unicode which includes characters, numbers, and symbols but there are rules including that the identifiers have to begin with letters or characters. Therefore, ABC 1, OneAbc and Swihile would be identifiers.

upvote downvote
Reply 

reihane.zekri

reihane.zekri

reihane.zekri
Reihane.zekri

Answered May 11, 2017

Java is case sensitive. So Final is a valid identifier.
upvote downvote
Reply 

John Adney

John Adney

John Adney
John Adney

Answered Feb 28, 2017

In the format which it is written in, wouldn't "Final" also count? Simply because it's capitalized at the beginning -- although it would be strongly recommended against considering it is, as mentioned, a keyword?
upvote downvote
Reply 

John Smith

John Smith

John Smith
John Smith

Answered Nov 30, 2016

Abc_1
2. OneAbc
3. $while

A is wrong as it starts with a digit. D is wrong as it is a keyword. Identifiers in Java must start with a letter, Dollar sign($) or an Underscore(_) and must not be a keyword.
upvote downvote
Reply 

Advertisement
Advertisement
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader

Email Sent
We have sent an email to your address "" with instructions to reset your password.