Modern Programming Made Easy: Using Java,Scala,Groovy,and JavaScript
Authors: Adam L. Davis
ISBN-10: 1484255682
ISBN-13: 9781484255681
Edition 版次: 2nd ed.
Publication Date 出版日期: 2020-01-18
Print Length 页数: 193 pages
Book Description
By finelybook
Get up and running fast with the basics of programming using Java as an example language. This short book gets you thinking like a programmer in an easy and entertaining way. Modern Programming Made Easy teaches you basic coding principles,including working with lists,sets,arrays,and maps; coding in the object-oriented style; and writing a web application.
This book is largely language agnostic,but mainly covers the latest appropriate and relevant release of Java,with some updated references to Groovy,Scala,and JavaScript to give you a broad range of examples to consider. You will get a taste of what modern programming has to offer and set yourself up for further study and growth in your chosen language.
What You’ll Learn
Write code using the functional programming style
Build your code using the latest releases of Java,Groovy,and more
Test your code
Read and write from files
Design user interfaces
Deploy your app in the cloud
1. Introduction
2. Software to Install
3. The Basics
4. Math
5. Arrays,Lists,Sets,and Maps
6. Conditionals and Loops
7. Methods
8. Inheritance
9. Design Patterns
10. Functional Programming
11. Refactoring
12. Utilities
13. Building
14. Testing
15. Input/Output
16. Version Control
17. The Interweb
18. Swinging Graphics
19. Creating a Magical User Experience
20. Databases