일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Java
- date
- CSS
- JPA
- sql
- Union-find
- javascript
- math
- union_find
- Properties
- string
- scanner
- 스프링부트
- map
- List
- Calendar
- 큐
- set
- spring boot
- priority_queue
- 스택
- dfs
- BFS
- html
- 힙덤프
- GC로그수집
- 리소스모니터링
- deque
- NIO
- alter
- Today
- Total
목록string (2)
매일 조금씩
복습 & 개념정리 *프로젝트(이클립스일 경우) package / import 클래스명 상속 인스턴스 *문법 *API - 내장 클래스 용도별로 패키지화 *java.lang - 기본 자료형과 연관된 패키지 - import 하지않음 (이외에는 다 import함) Object - 모두 프로퍼티가 없음 equals() toString() -------------- override - 객체내용비교, 내용값출력 hashcode() getClass() 모두 override를 전제로 만들었고 위는 객체비교 아래는 내용값 출력 String 2. String 클래스 ▷ p514 String은 불변성이다. String 타입 객체는 문자열을 참조한다. 문자열은 String 객체로 생성, 변수는 String 객체를 참조한다. 추..
복습 & 개념정리 패키지 사용자 정의 클래스 캡슐화 상속 추상 다형 내장 패키지 - API 내장 클래스 그안의 클래스는 우리가 아는 클래스와는 별종이다. 이클립스 다운로드 www.eclipse.org/ The Community for Open Innovation and Collaboration | The Eclipse Foundation The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 375 open source projects, including runtimes, tools and frameworks. www.eclipse.org 설치가 아니고 다운받으면 되는거다. 1. 환경설정 1-1. 워..