public class javaConstructor { public final String result; public javaConstructor(String result) { this.result = result; } }