Computer Science, asked by amurisethusneha687, 1 year ago

Which one of the following is not a valid class name?
A.ShopProduct
B.Shopproduct
C.Shopproduct1
D.1shopproduct

Answers

Answered by munna8212
0
d is correct information
Answered by anujcoder000
0

D. 1shopproduct is NOT a valid class name (in Java) , because according to Java Class naming rules, class name never starts with a number .

Similar questions