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



Which characters are allowed to use as the second character of an identifier, and which characters..

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

Which characters are allowed to use as the second character of an identifier, and which characters..

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

Post New Answer

More Core Java Interview Questions

Explain different ways of creating a thread?

0 Answers  


Which access specifier can be used with class ?

0 Answers  


What are different types of multitasking?

0 Answers  


What is java’s garbage collected heap?

0 Answers  


What is generic class?

0 Answers   Tech Mahindra,






What are the different ways of creating thread?

0 Answers  


Can we declare the static variables and methods in an abstract class?

0 Answers  


How to create packages in java?

0 Answers  


What are blocks?.

1 Answers   TCS,


Can we store variables in local blocks?

0 Answers   Global Logic,


How to solve the problem of generating the unique hash keys with hash function?

0 Answers  


How do you declare an array in java?

0 Answers  


Categories