Catalog

Record Details

Catalog Search



Java in easy steps  Cover Image Book Book

Java in easy steps / Mike McGrath.

Summary:

"Equally useful for newcomers with no previous knowledge of programming languages, hobbyists looking to explore Java's possibilities, and experienced programmers who wish to add Java to their skill set, Java In Easy Steps begins by explaining how to download and install the free Java Development Kit (JDK) so that the reader can quickly begin to create executable programs by copying the examples. Written in the clear, jargon-free style that has made the series successful, this book progressively builds knowledge of Java, so that by the end, readers will have gained a sound understanding of the Java language and be able to write their own Java programs and compile them into executable files that can be run on any Java-enabled computer. Every page is packed with confidence-building visual guides so that what readers see on their screens is exactly what appears in the book."--Publisher's description.

Record details

  • ISBN: 9781840787535
  • ISBN: 1840787538
  • Physical Description: 192 pages : colour illustrations ; 23 cm
  • Edition: 6th edition.
  • Publisher: Leamington Spa, England : In Easy Steps. [2017]

Content descriptions

General Note:
Includes index.
"Covers Java 9."
Formatted Contents Note:
Getting started -- Performing operations -- Making statements -- Directing values -- Manipulating data -- Creating classes -- Importing functions -- Building interfaces -- Recognizing events -- Deploying programs.
Subject: Java (Computer program language)
Programming languages (Electronic computers)
Computer programming.

Available copies

  • 1 of 1 copy available at Kirtland Community College.

Holds

  • 0 current holds with 1 total copy.
Show Only Available Copies
Location Call Number / Copy Notes Barcode Shelving Location Status Due Date
Kirtland Community College Library QA 76.73 .J3 M34 2017 30775305537830 General Collection Available -

Syndetic Solutions - Table of Contents for ISBN Number 9781840787535
Java in Easy Steps : Covers Java 9
Java in Easy Steps : Covers Java 9
by McGrath, Mike
Rate this title:
vote data
Click an element below to view details:

Table of Contents

Java in Easy Steps : Covers Java 9

SectionSection DescriptionPage Number
1Getting startedp. 7
    Introductionp. 8
    Installing the JDKp. 10
    Writing a first Java programp. 12
    Compiling & running programsp. 14
    Creating a variablep. 16
    Recognizing data typesp. 18
    Creating constantsp. 20
    Adding commentsp. 21
    Troubleshooting problemsp. 22
    Summaryp. 24
2Performing operationsp. 25
    Doing arithmeticp. 26
    Assigning valuesp. 28
    Comparing valuesp. 30
    Assessing logicp. 32
    Examining conditionsp. 34
    Setting precedencep. 36
    Escaping literalsp. 38
    Working with bitsp. 40
    Summaryp. 42
3Making statementsp. 43
    Branching with itp. 44
    Branching alternativesp. 46
    Switching branchesp. 48
    Looping forp. 50
    Looping while truep. 52
    Doing do-while loopsp. 54
    Breaking out of loopsp. 56
    Returning controlp. 58
    Summaryp. 60
4Directing valuesp. 61
    Casting type valuesp. 62
    Creating variable arraysp. 64
    Passing an argumentp. 66
    Passing multiple argumentsp. 68
    Looping through elementsp. 70
    Changing element valuesp. 72
    Adding array dimensionsp. 74
    Catching exceptionsp. 76
    Summaryp. 78
5Manipulating datap. 79
    Exploring Java classesp. 80
    Doing mathematicsp. 82
    Rounding numbersp. 84
    Generating random numbersp. 86
    Managing stringsp. 88
    Comparing stringsp. 90
    Searching stringsp. 92
    Manipulating charactersp. 94
    Summaryp. 96
6Creating classesp. 97
    Forming multiple methodsp. 98
    Understanding program scopep. 100
    Forming multiple classesp. 102
    Extending an existing classp. 104
    Creating an object instancep. 106
    Producing an object instancep. 108
    Encapsulating propertiesp. 110
    Constructing object valuesp. 112
    Summaryp. 114
7Importing functionsp. 115
    Handling filesp. 116
    Reading console inputp. 118
    Reading filesp. 120
    Writing filesp. 122
    Sorting array elementsp. 124
    Making array listsp. 126
    Managing datesp. 128
    Formatting numbersp. 130
    Summaryp. 132
8Building interfacesp. 133
    Creating a windowp. 134
    Adding push buttonsp. 136
    Adding labelsp. 138
    Adding text fieldsp. 140
    Adding item selectorsp. 142
    Adding radio buttonsp. 144
    Arranging componentsp. 146
    Changing appearancep. 148
    Summaryp. 150
9Recognizing eventsp. 151
    Listening for eventsp. 152
    Generating eventsp. 153
    Handling button eventsp. 154
    Handling item eventsp. 156
    Reacting to keyboard eventsp. 158
    Responding to mouse eventsp. 160
    Announcing messagesp. 162
    Requesting inputp. 164
    Summaryp. 166
10Deploying programsp. 167
    Producing an applicationp. 168
    Distributing programsp. 170
    Building Java archivesp. 172
    Deploying applicationsp. 173
    Creating Android projectsp. 174
    Exploring project filesp. 176
    Adding resources & controlsp. 178
    Inserting Java codep. 180
    Testing the applicationp. 182
    Deploying Android appsp. 184
    Summaryp. 186
Indexp. 187

Additional Resources