| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- Validations
- 업캐스팅
- 스프링
- Random
- Full text
- 상속예제
- while
- Login with OAuth Authentication
- 다형성
- angular2
- 25가지 효율적인 sql작성법
- 이클립스
- 전체텍스트
- 로또
- 단축키
- 상속
- IBatis procedure
- 야구게임
- full text indexing
- 가변인자
- 전체
- 추상클래스
- 자바
- 전자정부
- jquery
- 형변환
- 페이징
- 다운캐스팅
- 자바 야구게임
Archives
- Today
- Total
목록JAVA/16. Interface (1)
nalaolla
내부클래스
package test.com; public class Test01Main { public static void main(String[] args) { System.out.println("Inheritance..."); Test01AAA ta = new Test01AAA(); ta = new Test01BBB(); ta = new Test01CCC(); ta.aaa(); System.out.println("============================"); Test01BBB tb = new Test01BBB(); tb = new Test01CCC(); System.out.println(tb.bbb()); System.out.println("============================"); T..
JAVA/16. Interface
2016. 6. 29. 15:43