Discussion :: Microprocessors
-
Consider the following
- The first letter of a Java variable is lower case.
- Each successive word in Java variable begins with a capital letter.
- All other letters are lower case.
- A Java variable can have a digit as first character.
Answer : Option B
Explanation :
Digit as first character is not allowed.
Be The First To Comment