class Test { public static void main(String[] args) { final Test s = new Test(); System.out.println(s.callAbsentMethod().toString()); } }