In this fully updated and expanded edition, authors Allen Downey and Chris Mayfield introduce programming as a means for solving interesting problems. Each chapter presents material for one week of a college course and includes exercises to help you practice what you've learned. Along the way, you'll see nearly every topic required for the AP Computer Science A exam and Java SE Programmer I certification.
Discover one concept at a time: tackle complex topics in a series of small steps with multiple examples; Understand how to formulate problems, think creatively about solutions, and develop, test, and debug programs; Learn about input and output, decisions and loops, classes and methods, strings and arrays, recursion and polymorphism; Determine which program development methods work best for you, and practice the important skill of debugging.
Table of contents
- Computer Programming
- Variables and Operators
- Input and Output
- Methods and Testing
- Conditionals and Logic
- Loops and Strings
- Arrays and References
- Recursive Methods
- Immutable Objects
- Mutable Objects
- Designing Classes
- Arrays of Objects
- Objects of Arrays
- Extending Classes
- Arrays of Arrays
- Reusing Classes
- Advanced Topics
- Tools
- Javadoc
- Graphics
- Debugging
Pages : | 374 |
Size : | 3.0 MB |
Downloads: | 113 |
Created: | 2022-02-03 |
License: | CC BY-NC-SA |
Author(s): | Allen Downey, Chris Mayfield |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about Think Java
Download free course The Common Java Cookbook, pdf file on 333 pages by Tim O'Brien.
Data structures and algorithms are among the most important inventions of the last 50 years, and they are fundamental tools software engineers need to know. But in the author's opinion, most of the books on these topics are too theoretical, too big, and too 'bottom up'.
Download free course JavaScript Bible, pdf file on 2327 pages by Danny Goodman.
Vast quantities of data are produced every second. In this context, neural networks become..., download free Java tutorial in PDF (244 pages) created by Alan M.F. Souza .
Web scraping or crawling is the art of fetching data from a third party website by downloa..., download free Java tutorial in PDF (115 pages) created by Kevin Sahin .