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