Java in easy steps, 7th edition assumes no previous knowledge of any programming language so it's ideal for the newcomer to computer programming. Each chapter builds the reader’s knowledge of Java. By the end of this book readers will have gained a sound understanding of the Java language and be able to write their own Java programs and compile them into executable files that can be run on any Java-enabled device.
This 7th edition of Java in easy steps covers the many exciting features of Java, including:
* How to quickly run statements in the interactive shell named jshell – similar to the Python interpreter:
* How to make programs with the javac compiler and execute them with the java runtime.
* How to produce interactive Windows apps that can be easily distributed as jar program bundles.
* How to create mobile device apps using Java functionality within the Android operating system.
All examples illustrated in the book work in Oracle JDK and OpenJDK.