

MCQOPTIONS
Saved Bookmarks
1. |
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; |
Answer» D. volatile int d; | |