Home>Store

Sams Teach Yourself Java in 21 Days (Covers Java 11/12), 8th Edition

eBook (Watermarked)

  • Your Price: $28.79
  • List Price: $35.99
  • Includes EPUB and PDF
  • About eBook Formats
  • This eBook includes the following formats, accessible from yourAccountpage after purchase:

    ePubEPUBThe open industry format known for its reflowable content and usability on supported mobile devices.

    Adobe ReaderPDFThe popular standard, used most often with the freeAdobe® Reader®software.

    This eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.

Also available inother formats.

Register your productto gain access to bonus material or receive a coupon.

Description

  • Copyright 2020
  • Dimensions: 7" x 9-1/8"
  • Pages: 672
  • Edition: 8th
  • eBook (Watermarked)
  • ISBN-10: 0-13-466381-0
  • ISBN-13: 978-0-13-466381-4

In just 21 days, you can acquire the knowledge and skills necessary to develop applications on your computer, web servers, and mobile devices. With this complete tutorial you’ll quickly master the basics and then move on to more advanced features and concepts. Completely updated for Java 11 and 12, this book teaches you about the Java language and how to use it to create applications for any computing environment. By the time you have finished the book, you’ll have well-rounded knowledge of Java and the Java class libraries.


No previous programming experience required. By following the 21 carefully organized lessons in this book, anyone can learn the basics of Java programming.


Learn at your own pace. You can work through each chapter sequentially to make sure you thoroughly understand all the concepts and methodologies, or you can focus on specific lessons to learn the techniques that interest you most.


Test your knowledge. Each chapter ends with a Workshop section filled with questions, answers, and exercises for further study. There are even certification practice questions.


  • Completely revised, updated, and expanded to cover the latest features of Java 11 and 12
  • Learn to develop Java applications using NetBeans–an excellent programming platform
  • Easy-to-understand, practical examples clearly illustrate the fundamentals of Java programming
  • Discover how to quickly develop programs with a graphical user interface
  • Find out about JDBC programming with the Derby database
  • Learn how to use Inner Classes and Lambda Expressions
  • Learn rapid application development with Apache NetBeans
  • Create a game using Java

Extras

Author's Site

Please visit the author's site atjava21days.com.

Sample Content

Table of Contents

Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
How This Book Is Organized ....................................................................................................2
Who Should Read This Book ...................................................................................................4
Conventions Used in This Book ...............................................................................................5
PART I The Java Language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .7
LESSON 1: Getting Started with Java 9
The Java Language ..................................................................................................................10
Object-Oriented Programming ................................................................................................13
Objects and Classes .................................................................................................................14
Attributes and Behavior ..........................................................................................................16
Organizing Classes and Class Behavior ..................................................................................25
Summary .................................................................................................................................32
Q&A ........................................................................................................................................33
测试 .........................................................................................................................................34
认证实践 ...............................................................................................................35
练习 ..................................................................................................................................35
LESSON 2: The ABCs of Programming 37
Statements and Expressions ....................................................................................................38
Variables and Data Types ........................................................................................................38
Comments................................................................................................................................46
Literals .....................................................................................................................................47
String Literals ...............................................................................................................50
Expressions and Operators ......................................................................................................51
String Arithmetic .....................................................................................................................60
Summary .................................................................................................................................62
Q&A ........................................................................................................................................62
测试 .........................................................................................................................................63
认证实践 ...............................................................................................................64
练习 ..................................................................................................................................65
LESSON 3: Working with Objects 67
Creating New Objects .............................................................................................................68
Using Class and Instance Variables ........................................................................................72
Calling Methods ......................................................................................................................75
Class Methods ..............................................................................................................79
References to Objects ..............................................................................................................80
Casting Objects and Primitive Types ......................................................................................82
Converting Primitive Types to Objects and Vice Versa ................................................85
Comparing Object Values and Classes ....................................................................................87
Summary .................................................................................................................................89
Q&A ........................................................................................................................................90
测试 .........................................................................................................................................91
认证实践 ...............................................................................................................91
练习 ..................................................................................................................................92
LESSON 4: Lists, Logic, and Loops 93
Arrays ......................................................................................................................................94
Block Statements ...................................................................................................................101
if Conditionals .....................................................................................................................102
Switch Conditionals ..............................................................................................................103
The Ternary Operator ............................................................................................................110
for Loops ..............................................................................................................................111
while and do Loops ..............................................................................................................114
xii Sams Teach Yourself Java in 21 Days
Breaking Out of Loops ..........................................................................................................117
Summary ...............................................................................................................................119
Q&A ......................................................................................................................................119
测试 .......................................................................................................................................120
认证实践 .............................................................................................................121
练习 ................................................................................................................................122
LESSON 5: Creating Classes and Methods 123
Defining Classes ....................................................................................................................124
Creating Instance and Class Variables ..................................................................................124
Creating Methods ..................................................................................................................126
Creating Java Applications ....................................................................................................133
Java Applications and Arguments .........................................................................................134
Creating Methods with the Same Name ...............................................................................137
Constructors ..........................................................................................................................142
Overriding Methods ..............................................................................................................146
Summary ...............................................................................................................................150
Q&A ......................................................................................................................................151
测试 .......................................................................................................................................152
认证实践 .............................................................................................................153
练习 ................................................................................................................................154
LESSON 6: Packages, Interfaces, and Other Class Features 155
Modifiers ...............................................................................................................................156
Static Variables and Methods ................................................................................................162
Final Classes, Methods, and Variables ..................................................................................165
Abstract Classes and Methods ..............................................................................................167
Packages ................................................................................................................................167
Creating Your Own Packages ................................................................................................171
Interfaces ...............................................................................................................................174
Creating and Extending Interfaces ........................................................................................177
Summary ...............................................................................................................................185
Q&A ......................................................................................................................................186
测试 .......................................................................................................................................186
认证实践 .............................................................................................................187
练习 ................................................................................................................................188
LESSON 7: Exceptions and Threads 189
Exceptions .............................................................................................................................190
Managing Exceptions ............................................................................................................193
Declaring Methods That Might Throw Exceptions ..............................................................200
Creating and Throwing Exceptions .......................................................................................205
When Not to Use Exceptions ................................................................................................208
Threads ..................................................................................................................................209
Summary ...............................................................................................................................216
Q&A ......................................................................................................................................217
测试 .......................................................................................................................................217
认证实践 .............................................................................................................218
练习 ................................................................................................................................219
PART II: The Java Class Library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .221
第八课:223年数据结构
Moving Beyond Arrays .........................................................................................................224
Java Structures .......................................................................................................................224
Generics .................................................................................................................................244
Enumerations .........................................................................................................................247
Summary ...............................................................................................................................249
Q&A ......................................................................................................................................249
测试 .......................................................................................................................................250
认证实践 .............................................................................................................251
练习 ................................................................................................................................252
LESSON 9: Creating a Graphical User Interface 253
Creating an Application ........................................................................................................254
Working with Components ...................................................................................................261
Lists .......................................................................................................................................274
The Java Class Library ..........................................................................................................276
Summary ...............................................................................................................................278
Q&A ......................................................................................................................................279
测试 .......................................................................................................................................279
认证实践 .............................................................................................................280
练习 ................................................................................................................................281
283年10课:建立一个接口
Swing Features ......................................................................................................................284
Summary ...............................................................................................................................304
Q&A ......................................................................................................................................304
测试 .......................................................................................................................................305
认证实践 .............................................................................................................306
练习 ................................................................................................................................307
LESSON 11: Arranging Components on a User Interface 309
Basic Interface Layout ..........................................................................................................310
Mixing Layout Managers ......................................................................................................320
卡布局……....................................................................................................................321
Summary ...............................................................................................................................329
Q&A ......................................................................................................................................330
测试 .......................................................................................................................................331
认证实践 .............................................................................................................331
练习 ................................................................................................................................332
LESSON 12: Responding to User Input 333
Event Listeners ......................................................................................................................334
Working with Methods ..........................................................................................................339
Using Inner Classes ....................................................................................................353
Summary ...............................................................................................................................355
Q&A ......................................................................................................................................355
测试 .......................................................................................................................................356
认证实践 .............................................................................................................357
练习 ................................................................................................................................358
LESSON 13: Creating Java2D Graphics 359
The Graphics2D Class ..........................................................................................................360
绘制文本 .........................................................................................................................362
Color ......................................................................................................................................366
Drawing Lines and Polygons ................................................................................................369
Summary ...............................................................................................................................378
Q&A ......................................................................................................................................379
测试 .......................................................................................................................................379
认证实践 .............................................................................................................380
练习 ................................................................................................................................381
LESSON 14: Developing Swing Applications 383
Improving Performance with SwingWorker .........................................................................384
Grid Bag Layout ....................................................................................................................389
Summary ...............................................................................................................................398
Q&A ......................................................................................................................................398
测试 .......................................................................................................................................398
认证实践 .............................................................................................................399
练习 ................................................................................................................................400
PART III: Java Programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .401
LESSON 15: Using Inner Classes and Lambda Expressions 403
Inner Classes .........................................................................................................................404
Lambda Expressions .............................................................................................................413
Variable Type Inference ........................................................................................................418
Summary ...............................................................................................................................419
Q&A ......................................................................................................................................420
测试 .......................................................................................................................................420
认证实践 .............................................................................................................421
练习 ................................................................................................................................422
LESSON 16: Working with Input and Output 423
Introduction to Streams .........................................................................................................424
Byte Streams .........................................................................................................................426
Filtering a Stream ..................................................................................................................431
Character Streams .................................................................................................................440
文件和路径 .......................................................................................................................445
Summary ...............................................................................................................................447
Q&A ......................................................................................................................................448
测试 .......................................................................................................................................448
认证实践 .............................................................................................................449
练习 ................................................................................................................................450
LESSON 17: Communicating Over HTTP 451
Networking in Java ................................................................................................................452
The java.nio Package .........................................................................................................465
Summary ...............................................................................................................................480
Q&A ......................................................................................................................................480
测试 .......................................................................................................................................481
认证实践 .............................................................................................................482
练习 ................................................................................................................................482
LESSON 18: Accessing Databases with JDBC and Derby 483
Java Database Connectivity...................................................................................................484
Summary ...............................................................................................................................501
Q&A ......................................................................................................................................502
测试 .......................................................................................................................................502
认证实践 .............................................................................................................503
练习 ................................................................................................................................503
LESSON 19: Reading and Writing RSS Feeds 505
Using XML ...........................................................................................................................506
Designing an XML Dialect ...................................................................................................508
Processing XML with Java ...................................................................................................510
Processing XML with XOM .................................................................................................510
Summary ...............................................................................................................................525
Q&A ......................................................................................................................................525
测试 .......................................................................................................................................526
认证实践 .............................................................................................................527
练习 ................................................................................................................................528
LESSON 20: Making Web Service Requests 529
Introduction to XML-RPC ....................................................................................................530
Communicating with XML-RPC ..........................................................................................531
Choosing an XML-RPC Implementation .............................................................................534
Using an XML-RPC Web Service ........................................................................................536
Creating an XML-RPC Web Service ....................................................................................539
Summary ...............................................................................................................................545
Q&A ......................................................................................................................................545
测试 .......................................................................................................................................546
认证实践 .............................................................................................................546
练习 ................................................................................................................................547
LESSON 21: Writing a Game with Java 549
Playing a Game .....................................................................................................................550
Summary ...............................................................................................................................572
Q&A ......................................................................................................................................572
测试 .......................................................................................................................................573
认证实践 .............................................................................................................574
练习 ................................................................................................................................575
APPENDIXES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 597
APPENDIX A: Using the NetBeans Integrated Development Environment . . . . . . 599
APPENDIX B: Fixing Package Not Visible Errors in NetBeans . . . . . . . . . . . . . . . . 609
APPENDIX C: This Book’s Website. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 613
APPENDIX D: Using the Java Development Kit . . . . . . . . . . . . . . . . . . . . . . . . . . . 615
APPENDIX E: Programming with the Java Development Kit . . . . . . . . . . . . . . . . . 631
9780672337956, TOC, 11/18/2019

Updates

Errata

We've made every effort to ensure the accuracy of this book and its companion content. Any errors that have been confirmed since this book was published can be downloaded below.

Download the errata(45 KB .doc)

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simplyemailinformation@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through ourContact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on theAccount page. If a user no longer desires our service and desires to delete his or her account, please contact us atcustomer-service@informit.comand we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive:www.e-skidka.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information toNevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read ourSupplemental privacy statement for California residentsin conjunction with this Privacy Notice. TheSupplemental privacy statement for California residentsexplains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Pleasecontact usabout this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020