

MCQOPTIONS
Saved Bookmarks
1. |
Which statement is valid for the given snippet of code:
public class Generic |
A. | Compile time error |
B. | Generic being a keyword cannot be used as a class name |
C. | Run time error |
D. | Code runs successfully |
Answer» E. | |