Which access modifier allows a class variable to be accessed from any other class in the Java universe? public class Test { // What should be the access modifier? ? int value = 10; }