CODEDRAGON ㆍDevelopment/Software Engineering
생성자(Constructor)의 특징
· 생성자 이름은 클래스의 이름과 동일하다. · 클래스 정의 시 생성자를 만들지 않으면 객체가 생성될 때 컴파일러가 자동으로 만든다. · 객체를 생성할 때 자동으로 호출된다. |
http://codedragon.tistory.com/2410
접근 지정자(Access modifier)
http://codedragon.tistory.com/2419
Object Class(오브젝트 클래스)
http://codedragon.tistory.com/4417
제네릭(Generics)
http://codedragon.tistory.com/3508
MVC 패턴
http://codedragon.tistory.com/4685
DAO (Data Access Object)
http://codedragon.tistory.com/4711
DTO (Data Transfer Object)
http://codedragon.tistory.com/4758
인터페이스 (Interface) - 범용
http://codedragon.tistory.com/5410
인터페이스(Interface) - 프로그램
http://codedragon.tistory.com/4358
디버깅 개념 및 사용법
http://codedragon.tistory.com/5901
http://codedragon.tistory.com/6137
'Development > Software Engineering' 카테고리의 다른 글
Summary - 배치 프레임워크-Spring Batch 예시 및 설명, 스케줄링(Scheduling)의 개념, 시스템 모니터링 방법(CPU, MEM, DISK 등) (0) | 2018.01.16 |
---|---|
JSON과 XML의 공통점, JSON과 XML의 차이점 (0) | 2018.01.10 |
개발 영역 & 개발자 유형 - Front-end 개발자, Back-end 개발자, Full Stack 개발자 (0) | 2017.12.27 |
Libraries.io - 오픈소스 라이브러리 검색 사이트 (0) | 2017.12.20 |
데이터 전환의 개념 이해 - 데이터 전환의 개념, 데이터 전환방식, 데이터 전환방식 및 장단점 비교, 데이터전환 이후 검토해야 할 사항 (0) | 2017.12.14 |