Basic Java Programming for Kids and Beginners
()
About this ebook
Related to Basic Java Programming for Kids and Beginners
Related ebooks
Core Java Programming Rating: 4 out of 5 stars4/5JAVA Programming for Beginners: The Simple Guide to Learning JAVA Programming fast! Rating: 0 out of 5 stars0 ratingsJava Programming for Beginners: Programming Rating: 0 out of 5 stars0 ratingsMastering Core Java: From Basics to Expert Proficiency Rating: 0 out of 5 stars0 ratingsWriting Computer Code: Learn the Language of Computers! Rating: 5 out of 5 stars5/5JAVA for Beginner's Crash Course: Java for Beginners Guide to Program Java, jQuery, & Java Programming Rating: 4 out of 5 stars4/5Learning Java by Building Android Games Rating: 0 out of 5 stars0 ratingsLearn Java: A Crash Course Guide to Learn Java in 1 Week Rating: 3 out of 5 stars3/5Java: Beginner's Guide to Programming Code with Java Rating: 0 out of 5 stars0 ratingsBasics of Programming: A Comprehensive Guide for Beginners: Essential Coputer Skills, #1 Rating: 0 out of 5 stars0 ratingsPractical Java Programming for IoT, AI, and Blockchain Rating: 0 out of 5 stars0 ratingsFundamentals of Programming: Using Python Rating: 5 out of 5 stars5/5Java: Advanced Guide to Programming Code with Java Rating: 0 out of 5 stars0 ratings(Part 1) Absolute Beginner: Java 4 Selenium WebDriver: Come Learn How To Program For Automation Testing Rating: 0 out of 5 stars0 ratingsJava Programming for Kids: Learn Java Step By Step and Build Your Own Interactive Calculator for Fun! Rating: 2 out of 5 stars2/5Get Programming: Learn to code with Python Rating: 0 out of 5 stars0 ratingsPython from the Very Beginning Rating: 0 out of 5 stars0 ratingsIntroduction to Java Programming, 2nd Edition Rating: 5 out of 5 stars5/5Easy-To-Follow Tutorial To Learn Python Programming In Less Than One Week Rating: 3 out of 5 stars3/5Java Programming: 24-Hour Trainer Rating: 0 out of 5 stars0 ratingsBasic Core Python Programming: A Complete Reference Book to Master Python with Practical Applications (English Edition) Rating: 0 out of 5 stars0 ratingsMySQL for Python Rating: 5 out of 5 stars5/5Problem Solving in C and Python: Programming Exercises and Solutions, Part 1 Rating: 5 out of 5 stars5/5(Part 1) You Must Learn VBScript for QTP/UFT: Don't Ignore The Language For Functional Automation Testing Rating: 5 out of 5 stars5/5Coding for Kids Ages 10 and Up: Coding for Kids and Beginners using html, css and JavaScript Rating: 5 out of 5 stars5/5Introduction to PHP Rating: 3 out of 5 stars3/5
Trending on #Booktok
A Little Life: A Novel Rating: 4 out of 5 stars4/5Powerless Rating: 4 out of 5 stars4/5Funny Story Rating: 4 out of 5 stars4/5The Secret History: A Read with Jenna Pick: A Novel Rating: 4 out of 5 stars4/5Icebreaker: A Novel Rating: 4 out of 5 stars4/5It Ends with Us: A Novel Rating: 4 out of 5 stars4/5Pride and Prejudice Rating: 4 out of 5 stars4/5The Summer I Turned Pretty Rating: 4 out of 5 stars4/5Normal People: A Novel Rating: 4 out of 5 stars4/5The Love Hypothesis Rating: 4 out of 5 stars4/5Happy Place Rating: 4 out of 5 stars4/5Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones Rating: 4 out of 5 stars4/5The Little Prince: New Translation Version Rating: 5 out of 5 stars5/5Crime and Punishment Rating: 4 out of 5 stars4/5Beauty and the Beast Rating: 4 out of 5 stars4/5If We Were Villains: A Novel Rating: 4 out of 5 stars4/5Once Upon a Broken Heart Rating: 4 out of 5 stars4/5Better Than the Movies Rating: 4 out of 5 stars4/5The 48 Laws of Power Rating: 4 out of 5 stars4/5Fire & Blood: 300 Years Before A Game of Thrones Rating: 4 out of 5 stars4/5Seven Stones to Stand or Fall: A Collection of Outlander Fiction Rating: 4 out of 5 stars4/5Dune Rating: 4 out of 5 stars4/5Divine Rivals: A Novel Rating: 4 out of 5 stars4/5The Lord Of The Rings: One Volume Rating: 5 out of 5 stars5/5Beach Read Rating: 4 out of 5 stars4/5Milk and Honey: 10th Anniversary Collector's Edition Rating: 4 out of 5 stars4/5Rich Dad Poor Dad Rating: 4 out of 5 stars4/5Finnegans Wake Rating: 4 out of 5 stars4/5
Reviews for Basic Java Programming for Kids and Beginners
0 ratings0 reviews
Book preview
Basic Java Programming for Kids and Beginners - GreatKnowledgesharing
Copyright © 2019 GreatKnowledgesharing.
All rights reserved. No part of this book may be used or reproduced by any means, graphic, electronic, or mechanical, including photocopying, recording, taping or by any information storage retrieval system without the written permission of the author except in the case of brief quotations embodied in critical articles and reviews.
Oracle trademarks
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Microsoft trademarks
All other trademarks are the property of their respective owners.
Basic Java Programming for Kids and Beginners is an independent publication and is neither affiliated with, nor authorized, sponsored, or approved by, Microsoft Corporation.
iUniverse
1663 Liberty Drive
Bloomington, IN 47403
www.iuniverse.com
1-800-Authors (1-800-288-4677)
Because of the dynamic nature of the Internet, any web addresses or links contained in this book may have changed since publication and may no longer be valid. The views expressed in this work are solely those of the author and do not necessarily reflect the views of the publisher, and the publisher hereby disclaims any responsibility for them.
Any people depicted in stock imagery provided by Getty Images are models,
and such images are being used for illustrative purposes only.
Certain stock imagery © Getty Images.
ISBN: 978-1-5320-7875-0 (sc)
ISBN: 978-1-5320-7876-7 (e)
Library of Congress Control Number: 2019910175
iUniverse rev. date: 12/02/2019
46320.pngTable of Contents
Intro
Why you should learn Java programming language:
Computer programming:
Computer Programming Language Generations:
History of The Java programming language:
JVM, JRE, and JDK:
Chapter 1
Downloading and Installing Java JDK for Windows OS:
Setting up Environment Variables for Java:
Chapter 2
The Qualities of a good programmer:
Chapter 3
Your first Java program:
Do it yourself exercise 1:
Java Reserved Words:
Chapter 4
Variable
Types of variables in Java:
Do it yourself exercise 2:
Chapter 5
Primitive Data Types:
Chapter 6
Basic Java Operators:
Do it yourself exercise 3:
Relational Operators:
Do it yourself exercise 4:
Assignment Operator:
Logical Operators:
Do it yourself exercise 5:
Chapter 7
Working with if-then, else-if, else, and switch statement in Java
The if-then and if-then-else Statements:
The Else if statement:
Switch Statement:
Do it yourself exercise 6:
Chapter 8
Loops in Java:
While Loop:
The for Loop:
The do while loop:
Do it yourself exercise 7:
Chapter 9
Arrays:
Strings:
Do it yourself exercise 8:
Chapter 10
Scanner Class:
Jar File:
Some JAR Files Commands and Meaning:
How to Test your Jar file:
Do it yourself exercise 9:
Chapter 11
Java Random Class:
Do it yourself exercise 10:
Chapter 12
Simple GUI Using JOptionPane
Do it yourself exercise 11:
Bonus Exercise:
Simple Head or Tail Game:
Programing Development Steps:
Fun Practice Exercises:
Project 1:
Project 2:
Project 3:
Project 4:
Project 5:
Project 6:
Intro
This book is written to help integrate children within the age of 11 and beginners alike into the art of computer programming using Java programming language. No prior knowledge is required in other to use this book. All the topics covered in this book utilizes a simple and easy to follow approach. There is a do it yourself
exercise at the end of each lesson; these exercises give the readers an opportunity to apply what they’ve learned before proceeding to the next lesson. The exercises are written with a text editor in other to familiarize the readers with the basics of Java programming Language.
Why you should learn Java programming language:
Platform Independence: Java is one of the most dominant programming languages among the numerous programming languages that exist today. Java is a general-purpose high-level programming language and is commonly used for creating web and mobile applications. Java is designed to be easy to learn, write, debug, compile, and use. Java is also platform-independent, meaning Java can run on any hardware or software platform. The ability to run a Java program on any machine gives it an edge