http://nsyang.springnote.com 로 자료 이전 하였습니다. 몇달후에 지금 이 블로그는 폐쇠할 예정입니다.
public static boolean numberCheck(String str)
{
for(int i=0;i<str.length();i++)if(!Character.isDigit(str.charAt(i)))return false;
return true;
}
댓글 없음:
댓글 쓰기