Java is actually a decent programming language developed at Sun Microsystems. It was originally used for Internet applications or applets. Those applets are embedded on web pages and run in the browser. Java uses a special format known as byte code instead of an ordinary machine code. Java is not limited to Internet applications. It is technically a complete general object-oriented programming language which can be used to develop all sorts of applications. The syntax of Java is very much similar to the syntax of C++ but removes its error-prone features and complications. Throughout the eBook, we will discuss the basics of how Java programs are compiled, simple expressions and declarations, classes, objects, and statements, until you are able to learn, understand, and write a complete Java program in just one day.
✓ Introduction ✓ Chapter 1: Basics of Java ✓ Chapter 2: Conditional Statements, Iterative Statements, and Branching Statements ✓ Chapter 3 Arrays ✓ Chapter 4 Methods, Objects, Classes ✓ Chapter 5 Interfaces and Inheritance ✓ Chapter 6 Packages ✓ and much more
It a good start to learning java. Looking for more books that incorporate more of a project with the book. So you can push past the fundamentals and see a real-world example.
Good reading, some topics are expressed in a complex way though
I enjoyed reading this book although some terms are very complex to understand for the first time. I can consider this book for a basic-intermediate programming reader, definitely not for a beginner.