Which characters are allowed to use as the second character
of an identifier, and which characters are not allowed?
Answers were Sorted based on User's Feedback
Answer / vijayakumar chinnasamy
The Second letter may be
Alphabetic letters - a to z ot A to Z
Numerals - 0 to 9
Only special character $,_ and Euro currency symbols
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ranganathkini
The following are the attributes of the character that is
part of a Java identifier but not as the first character:
* it is a letter
* it is a currency symbol (such as '$')
* it is a connecting punctuation character (such as '_')
* it is a digit
* it is a numeric letter (such as a Roman numeral character)
* it is a combining mark
* it is a non-spacing mark
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the final blank variable?
In Java, what are this() and super(), and where are you required to use them?
What are green threads in java?
What is the difference between static method and instance method in Java?
0 Answers SwanSoft Technologies,
What is byte value?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What methods are used to get and set the text label displayed by a button object?
Who is the owner of java?
What are the core java topics?
What is a platform?
What is compareto () in java?
How do you sort in java?