Какие из следующих объявлений класса (нелокальных) переменных не будут компилироваться?
protected int a;
transient int b = 3;
private synchronized int e;
volatile int d;
Please log in or register to have a possibility to add comment.
Please log in or register to have a possibility to add comment.