Java tutorial
public class Main { public static void main(String[] args) { Boolean b = Boolean.valueOf("true"); System.out.println(b.toString()); } }