해커랭크 Day 17 챌린지를 시작해보자. 🔥 오늘도 어제와 마찬가지로 Exception에 대해 배웠다. 어제는 예외를 try-catch로 처리했다면 오늘은 throws Exception으로 예외를 처리했다. 먼저 강의 소스코드부터 확인해보자. /* rule1: the score should never be negative rule2: there should be no way to lose points if we break a rule, throw an exception */ public class HotChocolate { public static final double tooHot = 185; public static final double tooCold = 160; public static void..
해커랭크 Day 16 챌린지를 시작해보자. 🔥 오늘은 Exception에 대해서 배웠다. 먼저 소스코드부터 확인해보자. public class ExceptionsPractice { public static void main(String[] args) { // int[] intArray = new int[10]; // System.out.println(intArray[10]); try { int[] c = new int[5]; System.out.println("Element 6 at index 5 = " + c[5]); } catch (ArrayIndexOutOfBoundsException e) { System.out.println("Exception thrown" + e); } finally { Sys..
- Total
- Today
- Yesterday
- 풀이
- hackerrank challenges
- 자바의 정석
- 해커랭크 자바
- 코드
- 22 정보처리산업기사
- Java
- 정보처리 산업기사
- 디버깅
- 해커랭크 자바 챌린지
- BAEKJOON
- 백준
- 개발자
- 정보처리산업기사 공부법
- 해커랭크 챌린지
- challenges
- 정보처리산업기사
- ORM
- stack
- 해커랭크
- 소스코드
- hackerrank
- LinkedList
- queue
- JPA
- 챌린지
- 강의
- 22 정보처리 산업기사
- 그리디
- 자바
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |