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:
Getting started Performing operations Making statements Directing values Manipulating data Creating classes Importing functions Building interfaces Recognizing events Deploying programs
Mike McGrath now lives in South-east Europe, on the sun-kissed shores of the Aegean Sea. Mike gained his extensive knowledge of computer languages while working as a developer contracting to companies around the world. His interests include coins of ancient Greece, dining-out with friends, and the ongoing evolution of the world wide web.