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 do I run java on windows?
How do you initialize an arraylist in java?
What is Java Annotations?
Explain about method local inner classes or local inner classes in java?
What means public static?
Why java is call by value?
What is the difference between notify and notifyall method?
What function extracts specified characters from a string?
What is meant by final class?
What is singleton class in java and how can we make a class singleton?
Can a final variable be manipulated in java?
What type of variable is error flag?
What is java console application?
Why generics are used in java?
What is the difference between static and non-static variables in java programming?