The two best ways of doing this are : String.valueOf(booleanValue); Boolean.toString(booleanValue). Though the preferred is the first one as ...
確定! 回上一頁