Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- hamobee
- super
- reference
- object
- Hashtable
- Eureka
- methodArea
- run()
- garbagecollection
- Vector
- Polymorphism
- concreteclass
- MSA
- start()
- 객체형변환
- ALTER
- 추상클래스
- string
- constantnumber
- override
- eclipse
- hashCode
- fuction
- abstractclass
- overload
- value
- class
- 생성자
- arguments
- 콘크리트클래스
Archives
- Today
- Total
뇌운동일지
[JAVA17_(1)] this. 활용 본문
public class MySQLUserDAO implements UserDAO {
private DataSource dataSource = null; // ⓐ
public void setDataSource(DataSource dataSource){ // ⓑ
this.dataSource = dataSource ; // ⓐ = ⓑ
}
}
이렇다
'JAVA' 카테고리의 다른 글
[JAVA] main method (0) | 2021.03.29 |
---|---|
[JAVA] java에서 shell command 호출 (0) | 2021.03.29 |
[JAVA26] ActionListener / WindowListener (0) | 2020.04.02 |
[JAVA25] sql (0) | 2020.04.01 |
[JAVA24] JAVA package 간단한 설명 (0) | 2020.03.31 |
Comments