Java 8 in Simple Steps
ISBN: 9789351198468
316 pages
eBook also available for institutional users
For more information write to us at: acadmktg@wiley.com

Description
The book titled Java 8 in Simple Steps is an ideal book for beginners to learn Java 8. This book contains code of many executable programs that help you to understand the concepts of Java 8 in a simple way. It is a good choice for readers looking for a book covering maximum core Java concepts along with various examples.
Chapter 1: Getting Started with Java SE 8
- Introduction of Java SE 8
- Introducing Java Environment
- Getting and Installing Java 8
- A Simple Java Program
Chapter 2: Exploring Class Members in Java
- Introducing Tokens in Java
- Understanding Data Types
- Introducing Instance Members in Java
- Understanding Operators
- Working with Arrays
- Using the Varargs Feature
Chapter 3: Controlling Program Flow
- Implementing the Conditional Statements
- Implementing the Iteration Statements
- Implementing the Jump Statements
Chapter 4: Packages