JAVA FOR BEGINNERS - BOOK 2: Learn Coding Fast! Java Programming Language Crash Course, Java Reference Quick Start Tutorial Book with Hands-On Projects, In Easy Steps! An Ultimate Beginner's Guide
You will gain an BEGINNERS knowledge of JAVA after reading this book.This book contains some practical examples and illustration to understand JAVA easily. Coding improves with practice. By the end of the book, with practice, you can achieve better things as you get to grips with JAVA. Table of contents Java Types of Java Applications Java Platforms / Editions History of Java Java Version History Features of Java First Java Program | Hello World Example The requirement for Java Hello World Example Difference between JDK, JRE, and JVM JVM (Java Virtual Machine) Architecture Java Variables Java Primitive Data Types Unicode System Operators in java Java Unary Operator Java Arithmetic Operators Java Ternary Operator Java Assignment Operator Java Keywords Java If-else Statement Java if Statement Java if-else Statement Using Ternary Operator Java if-else-if ladder Statement Java Switch Statement Java Switch Statement with String Java Nested Switch Statement Java Enum in Switch Statement Java Wrapper in Switch Statement Loops in Java Java Nested For Loop Java While Loop Java Infinitive While Loop Java do-while Loop Java Infinitive do-while Loop Java Break Statement Java Continue Statement Java Continue Statement with Inner Loop