Java OCA OCP Practice Question 838

Question

Which of the following are valid identifiers?

Select 2 options

A. class 
B. $value$ 
C. asdf 
D. 2asdf 
E. zer@ 


Correct Options are  : B C

Note

A valid identifier must start with a Java letter followed by a Java letter or a digit.




PreviousNext

Related