文件名称:Java in easy steps: Covers Java 9, 6th Edition - epub格式
文件大小:15.32MB
文件格式:EPUB
更新时间:2020-12-19 03:57:57
Java
Book Description Java in easy steps, 6th edition instructs you how to easily create your own exciting Java programs. Updated for Java 9, which was released September 2017, it contains separate chapters on the major features of the Java language. Complete example programs with colorized code illustrate each important aspect of Java programming - all in easy steps. This book assumes no previous knowledge of any programming language so it's ideal for the newcomer to computer programming. Each chapter builds your knowledge of Java. By the end of this book you will have gained a sound understanding of the Java language and be able to write your own Java programs and compile them into executable files that can be run on any Java-enabled device. This 6th edition of Java in easy steps covers the new features of Java 9, including: REPL (a Read-Eval-Print-Loop) – a new feature of Java 9. This is an interactive shell named JShell, which will be demonstrated in this edition of the book. With JShell, users can quickly run Java statements. It acts in a similar way to the Python interpreter. How to create an Android app, as the core libraries in the Android operating system provide Java functionality. Table of Contents Chapter 1. Getting started Chapter 2. Performing operations Chapter 3. Making statements Chapter 4. Directing values Chapter 5. Manipulating data Chapter 6. Creating classes Chapter 7. Importing functions Chapter 8. Building interfaces Chapter 9. Recognizing events Chapter 10. Deploying programs