서브메뉴

본문

Professional Java Programming
Professional Java Programming
저자 : Brett Spell
출판사 : Peer Information
출판년 : 2000-12
정가 : $59.99, ISBN : 186100382X

책소개


자바언어를 좀더 알고자하는 독자들을 위해 자바언어를 상세하게 기술하고 있는 책이다. 자바의 기술 향상에 대해 설명하고 전문적인 자바 애플리케이션 작성 방법에 대해서 상세하게 설명하고 있다. 또한 양질의 애플리케이션 작성 방법, 스윙 컴포넌트 JTable, Jtree사용 방법, 이벤트 핸들링, 분산 어플리케이션, 메모리 관리등 자바의 전반을 상세하게 기술하고 있다.

목차


1. Inside Java
2. Library, Class, and Method Design
3. Using Threads in Your Applications
4. Handling Events in Your Applications
5. Using Layout Managers
6. Swing's JTable Component
7. Swing's JTree Component
8. Adding Cut and Paste Functionality
9. Adding Drag and Drop Functionality
10. Printing
11. Creating Custom GUI Components
12. Java Database Connectivity (JDBC)
13. Persisting Data
14. XML
15. Distributed Objects
16. Controlling Access to Resources
17. Performance Tuning and Memory Management
18. Documentation and Help
19. Internationalization
20. Java Native Interface

Appendix A. Coding Standards
Appendix B. Source Code For GridBagTester