- ホーム
- > 洋書
- > 英文書
- > Internet / Web Programming
Full Description
For courses in introductory Computer Science courses using Java, and other introductory programming courses in Computer Science, Computer Engineering, CIS, MIS, IT, and Business.
A Concise, Accessible Introduction to Java Programming
Ideal for a wide range of introductory computer science applications, Java: An Introduction to Problem Solving and Programming, 8th Edition introduces readers to object-oriented programming and important concepts such as design, testing and debugging, programming style, interfaces and inheritance, and exception handling. A concise, accessible introduction to Java, the text covers key Java language features in a manner that resonates with introductory programmers. Objects are covered early and thoroughly in the text. The author's tried-and-true pedagogy incorporates numerous case studies, programming examples, and programming tips, while flexibility charts and optional graphics sections allow readers to review chapters and sections based on their needs. This 8th Edition incorporates new examples, updated material, and revisions.
Contents
Table of Contents
Introduction to Computers and Java
Basic Computation
Flow of Control: Branching
Flow of Control: Loops
Defining Classes and Methods
More About Objects and Methods
Arrays
Inheritance, Polymorphism, and Interfaces
Exception Handling
Streams, File I/O, and Networking
Recursion
Dynamic Data Structures and Generics
Appendices:
Getting Java
Running Applets
Protected and Package Modifiers
The DecimalFormat Class
Javadoc
Differences Between C++ and Java
Unicode Character Codes
Introduction to Java 8 Functional Programming
The Iterator Interface
Cloning
Java Reserved Keywords
Index