Introduction to Programming - Helion
Tytuł oryginału: Introduction to Programming
ISBN: 9781788834162
stron: 710, Format: ebook
Data wydania: 2018-06-15
Księgarnia: Helion
Cena książki: 107,10 zł (poprzednio: 119,00 zł)
Oszczędzasz: 10% (-11,90 zł)
Get a solid understanding of Java fundamentals to master programming through a series of practical steps
Key Features
- Enjoy your first step into the world of programming
- Understand what a language is and use its features to build applications
- Learn about a wide variety of programming applications
Book Description
Have you ever thought about making your computer do what you want it to do? Do you want to learn to program, but just don't know where to start? Instead of guiding you in the right direction, have other learning resources got you confused with over-explanations?
Don't worry. Look no further. Introduction to Programming is here to help.
Written by an industry expert who understands the challenges faced by those from a non-programming background, this book takes a gentle, hand-holding approach to introducing you to the world of programming. Beginning with an introduction to what programming is, you'll go on to learn about languages, their syntax, and development environments. With plenty of examples for you to code alongside reading, the book's practical approach will help you to grasp everything it has to offer. More importantly, you'll understand several aspects of application development. As a result, you'll have your very own application running by the end of the book. To help you comprehensively understand Java programming, there are exercises at the end of each chapter to keep things interesting and encourage you to add your own personal touch to the code and, ultimately, your application.
What you will learn
- Understand what Java is
- Install Java and learn how to run it
- Write and execute a Java program
- Write and execute the test for your program
- Install components and confgure your development environment
- Learn and use Java language fundamentals
- Learn object-oriented design principles
- Master the frequently used Java constructs
Who this book is for
Introduction to Programming is for anybody who wants to learn programming. All you'll need is a computer, internet connection, and a cup of coffee.
Osoby które kupowały "Introduction to Programming", wybierały także:
- Superinteligencja. Scenariusze, strategie, zagro 66,67 zł, (14,00 zł -79%)
- Poradnik design thinking - czyli jak wykorzysta 48,28 zł, (14,00 zł -71%)
- Kosymulacja. Elastyczne projektowanie i symulacja wielodomenowa 38,39 zł, (11,90 zł -69%)
- F# 4.0 dla zaawansowanych. Wydanie IV 96,45 zł, (29,90 zł -69%)
- Systemy reaktywne. Wzorce projektowe i ich stosowanie 65,31 zł, (20,90 zł -68%)
Spis treści
Introduction to Programming. Learn to program in Java with data structures, algorithms, and logic eBook -- spis treści
- 1. Java Virtual Machine (JVM) on Your Computer
- 2. Java Language Basics
- 3. Your Development Environment Setup
- 4. Your First Java Project
- 5. Java Language Elements and Types
- 6. Interfaces, Classes, and Object Construction
- 7. Packages and Accessibility (Visibility)
- 8. Object-Oriented Design (OOD) Principles
- 9. Operators, Expressions, and Statements
- 10. Control Flow Statements
- 11. JVM Processes and Garbage Collection
- 12. Java Standard and External Libraries
- 13. Java Collections
- 14. Managing Collections and Arrays
- 15. Managing Objects, Strings, Time, and Random Numbers
- 16. Database Programming
- 17. Lambda Expressions and Functional Programming
- 18. Streams and Pipelines
- 19. Reactive Systems