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 | 29 | 30 | 31 |
Tags
- 웹 서비스
- javascript
- TextBox
- Android
- MSsql
- SpringSource Tool Suite
- asp.net
- 이클립스
- MS-SQL
- Apache Lucene
- Maven
- Web Service
- scrollView
- jsp
- 자바
- MANTIS
- decompiler
- 웹뷰
- 자바스크립트
- C#
- varags
- Java
- Redirect
- STS
- Eclipse
- Bootstrap
- 컬럼명
- html
- 안드로이드
- WebView
Archives
- Today
- Total
목록Anonymous Class (1)
bboks.net™
Java Anonymous Class
A type of inner class that has no name that you define right in the middle of a method (where static init blocks and instance init blocks count as methods). You define it, and create an object of that type as a parameter all in one line. An anonymous class is defined and instantiated in a single succinct expression using the new operator.Used for creating simple delegate callback objects.These a..
Java/Java
2010. 3. 24. 18:12