본문 바로가기

TIL

[TIL] 2021.01.15 exception

반응형

Facts

자바 exception 공부

flexibleHabit 업데이트

대전에서 남양주로 이사

daily-coding 공부(알고리즘)

Feelings

tired.. 장시간 운전하고 짐 옮기고 공부하려니 힘들다

Findings

exception

오류 처리를 위한 어떤 것(일단은)

 

\n

"" 안에서 \n은 줄바꿈이다.

 

try catch finally

try{

오류가 발생할 수도 있는 구문

} catch {

오류가 발생했을 때 실행할 구문

} finally {

오류가 발생하든 안하든 꼭 실행해야하는 구문

};

 

How to Solve a Problem?

1. Understanding the problem 을 위한 질문들

 

1) Can I restate the problem in my own words?

2) What are the inputs that go into the problem?

3) What are the outputs that should come from the solution to the problem?

4) Can the outputs be determined from the inputs? In other words, do I have enough information to solve the problem?

5) How should I label the important piesces of data that are a part of the problem?

Future Action Plans

exception 공부 심화

javascript 알고리즘 강의 듣기

코드숨 spring 화이팅

Feedback

오늘은 아침부터 짐싸고 이사하고 운전하고 여친 만나서 저녁 먹고 공부도 하고 놀기도 하는 참 알찬 하루였다.

이렇게 힘든 날에도 매일 도전을 놓지 않은 내 자신이 대견하다!

반응형