Day 20 Today I Learned
오늘 배운것
알고리즘 세션
병합소트, 바이너리 검색, 동적계획법
나무반 수업
네트워크, 프로토콜, 패킷
TCP vs UDP
DNS
HTTPS
REST
프로그래밍 기초 개인 과제 level 1,2 작성완료
프로그래밍 기초 개인 과제 level 3 enum
https://bcp0109.tistory.com/338
Java Enum 2편 : 여러가지 활용법
1. Overview Java Enum 1편 : Enum 기본적인 사용에 대해서는 이미 학습했습니다. 이번에는 Enum 에 메소드를 추가하여 원하는 동작을 만들어내는 방법과 그밖의 활용법을 알아봅니다. 2. 메소드 추가 1: En
bcp0109.tistory.com
어려울 것 같다
enum에서 정의한 메소드를 ArithmeticCalculator 안에서 어떻게 불러와야할지 모르겠다.
그냥 보통의 클래스처럼 dot 메소드로 불러왔더니 동작했다.
generic
https://stackoverflow.com/questions/7781150/how-to-apply-java-generics-to-calculator
How to apply Java generics to calculator?
I'am doing homework. Firstly, there was a task to make calculator, which can evaluate such expressions: 5*(2+1). Now, I have new task. Depending on the input parameter, the expression must be
stackoverflow.com
여기서 generic의 사용방법을 익혔다.
Lambda & Stream
아직 수업을 안들어서 잘 모르겠다