Java Actually: A First Course in Programming: First Semester from Structured Programming to Objects

Java Actually: A First Course in Programming: First Semester from Structured Programming to Objects

by RolfRasmussen (Author), KhalidAzimMughal (Author), TorillHamre (Author)

Synopsis

The book provides a thorough introduction to object oriented programming (OOP) and lays the foundation for covering more advanced OOP topics. The book uses the strength of Java features (including the most recent extensions) to implement programming techniques, among them: formatting of output, reading from the keyboard using the Scanner class, enumerated types for named constants, automatic boxing and un-boxing of primitive values, and the 'for each' loop. This is an introductory textbook for anyone wanting to learn how to program using Java. It strikes a balance between details about the programming language features and techniques required to solve problems on the computer. Assuming no special knowledge of computing, the pace and presentation is suitable for students taking their first course in programming.

$3.29

Save:$48.85 (94%)

Quantity

2 in stock

More Information

Format: Paperback
Pages: 374
Edition: 1
Publisher: Thomson Learning
Published: 31 Jan 2007

ISBN 10: 1844804186
ISBN 13: 9781844804184

Media Reviews
Preface 1. Computers and Programming Languages PART 1 - STRUCTURED PROGRAMING 2. Basic Programming Elements PART 2 - OBJECT-BASED PROGRAMMING 3. Using Objects 4. Defining User Classes 5. Object Communication PART 3 - OBJECT ORIENTED PROGRAMMING 6. Inheritance 7. More on Inheritance PART 4 - APPLYING OOP 8. Program Development Cycle 9. Sorting and Searching 10. Dynamic Data Structures 11. Recursion 12. Exception Handling 13. Files and Streams 14. Treads 15. Graphics User Interfaces Appendices A: Annotated Answers to Review Questions B: Keyowrds and Reserved Words C: Operators D: Prmitive Datatypes E: Overview of teh Unicode Character Set F: Number systems and Number representations G: Programming Tools in the Java Development Kit H: Introduction to UML I: Introduction to Applets References Index