Which of the following class level (nonlocal) variable declarations

Loading

โœช Choose the correct option.

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;

Leave a Comment