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
Why are functions called methods in java?
What is the difference between an object-oriented programming language and object-based programming language?
What is a buffer in java?
How to make a write-only class in java?
What is boolean strategy?
How many characters is 2 bytes?
what is thread? : Java thread
Can a class be declared as protected?
What is garbage collection? Can it be forced to run?
What are three types of loops in java?
Is java platform independent?
What's the purpose of using break in each case of switch statement?
What's a method in programming?
What languages are pass by reference?
Can we declare a static variable inside a method?