Что является допустимым объявлением в интерфейсе?
public static int START = 1;
protected int START = 1;
final void go(int start);
transient int START = 1;
Please log in or register to have a possibility to add comment.
Please log in or register to have a possibility to add comment.