Which characters are allowed to use as the second character
of an identifier, and which characters are not allowed?
Answer Posted / 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 |
Post New Answer View All Answers
How many bits is a 64 bit byte?
Explain aggregation in java?
Is boolean a data type in java?
What is the difference between static (class) method and instance method?
What is charat ()?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
How to read and write image from a file ?
What are decalarations?
What is the += operator called?
What is parsing and its types?
What are different types of constants?
When do you call copy constructor?
What is linked hashmap and its features?
Can a final variable be manipulated in java?
How to perform binary search in java?