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 hotjava?
What modifiers may be used with a top-level class?
What is the difference between abstract class and interface1? What is an interface?
What is unicode full form?
What is string builder in java?
What is meant by JVM? Is JVM platform independent or not?
What are locale settings?
Explain method overloading and overriding?
why java does not support unsigned keyword?
What is method in research paper?
Write the program numbers into words.For example 2345==two thousand three hundred fourty five
What is object cloning in Java?
0 Answers SwanSoft Technologies,