import java.lang.String; class J { String value; J(String value) { this.value = value; } }