Question:Which of the following class level (nonlocal) variable declarations will not compile?
A protected int a; B transient int b = 3; C private synchronized int e; D volatile int d;
+ AnswerC
+ Report