20150916




예외처리(exception handling)


예외처리 작성법

try{

}catch (Exception ex){
처리
}finally{
//예외 발생여부랑 상관없이 무조건 마지막에 실행
}




+ Recent posts