Discussion :: Microprocessors
-
Consider the following statements about Java variables
- Java variable must start with a letter or underscore or dollor sign.
- Java variable can not start with a digit.
- After the first character the variable can have any combination of letters or numbers.
- Capitalization of letters must be consistent.
Answer : Option A
Explanation :
All these are correct for Java variables.
Be The First To Comment