The Sun Certified Java Developer Exam with J2SE 1.4

Jeremy Patterson, Mehran Habibi, Terry Camerlengo

  • 出版商: Apress
  • 出版日期: 2002-08-02
  • 售價: $1,860
  • 貴賓價: 9.5$1,767
  • 語言: 英文
  • 頁數: 364
  • 裝訂: Paperback
  • ISBN: 1590590309
  • ISBN-13: 9781590590300
  • 相關分類: Java 程式語言
  • 已過版

買這商品的人也買了...

商品描述

The Sun Certified Java Developer Exam with J2SE 1.4 is a two-pronged in approach, highlighting the new features offered by the release of J2SE 1.4 and providing practical instruction for mastering these new features by working through a project with requirements and structure similar to the project found in the Sun Certified Java Developer (SCJD) examination.

Assuming a certain level of Java skill, the authors bypass the introductory information provided in many of today’s Java books, instead starting with a discussion of the SCJD examination and the generalities surrounding the required programming assignment. After a preliminary overview of the SCJD project requirements, readers are introduced to a sample project that will be developed throughout the entire book, with each project component developed alongside the relevant new J2SE 1.4 feature.

Excluding general Java concepts, the authors instead focus on what readers need to know, providing the information necessary to quickly bring the reader up-to-speed on the J2SE 1.4 release and offering a pointed tutorial regarding how these new concepts can be applied toward successfully passing the SCJD exam. Regardless of whether readers intend on earning Java certification, The Sun Certified Java Developer Exam with J2SE 1.4 offers a supremely practical means for getting the jump on the latest Java features.

Contents

Chapter 1: Introduction Chapter 2: Professional Programming Structure
Chapter 3: Evaluating a Project
Chapter 4: Threads and Concurrent Programming
Chapter 5: Networking with Sockets and RMI
Chapter 6: The GUI
Chapter 7: Nio
Chapter 8: Postmortem