3536373839404142434445
{ public static void main(String[] args) throws Exception { TestENC bean = (TestENC)new InitialContext().lookup("ENCTest"); bean.accessENC(); System.out.println("Successfully accessed bean resource references"); bean.remove(); } }