Think Java How To Think Like a Computer Scientist
Think Java is a hands-on introduction to computer science and programming used by many universities and high schools around the world. Its conciseness, emphasis on vocabulary, and informal tone make it particularly appealing for readers with little or no experience. The book starts with the most bas...
Saved in:
Main Authors: | , |
---|---|
Format: | Electronic eBook |
Language: | English |
Published: |
[Place of publication not identified]
Green Tea Press
2020.
|
Edition: | 2e |
Series: | Open textbook library.
|
Subjects: | |
Online Access: | Access online version |
Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Table of Contents:
- Preface
- 1 Computer Programming
- 2 Variables and Operators
- 3 Input and output
- 4 Methods and Testing
- 5 Conditionals and logic
- 6 Loops and Strings
- 7 Arrays and References
- 8 Recursive Methods
- 9 Immutable Objects
- 10 Mutable Objects
- 11 Designing Classes
- 12 Arrays of Objects
- 13 Objects of Arrays
- 14 Extending Classes
- 15 Arrays of Arrays
- 16 Reusing Classes
- 17 Advanced Topics
- A Tools
- B Javadoc
- C Graphics
- D Debugging