<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>An introduction to object-oriented programming with java</title>
  </titleInfo>
  <name type="personal">
    <namePart>Wu,Thomas C.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xxu</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Boston</placeTerm>
    </place>
    <publisher>McGraw Hill</publisher>
    <dateIssued>2004</dateIssued>
    <edition>3rd ed.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xxix, 962 p.: 24cm.</extent>
  </physicalDescription>
  <tableOfContents>Contents: Getting started with java -- Numerical data -- Defining your own classes -- Selection statements -- Repetition statements -- Event-driven programming and basic GUI objects -- Exceptions and assertions -- Characters and strings -- Arrays -- Sorting and searching -- File input and output -- Inheritance and polymorphism -- Advanced GUI -- Recursion algorithms -- Appendix A: How to run java programs -- Appendix B: Sample programs -- Appendix C: Standard classes and interfaces -- Appendix D: UML diagrams.</tableOfContents>
  <note type="statement of responsibility">Thomas C. Wu.</note>
  <note>Includes index.</note>
  <subject>
    <topic>Object-oriented programming (Computer science)</topic>
  </subject>
  <subject>
    <topic>Java (Computer program language)</topic>
  </subject>
  <classification authority="lcc">QA76.64.W78</classification>
  <identifier type="isbn">0071114661</identifier>
  <recordInfo>
    <recordCreationDate encoding="marc">120723</recordCreationDate>
  </recordInfo>
</mods>
