This is Chapter 1 of the my Java course for beginners. This course is based on “Java: The Complete Reference”, Book by Herbert Schildt. — Part #1 : History & Evolution 1. Historical Context As I have come to understand it, Programming can be described as writing a set of instructions for accomplishing a task, such that your computer can execute them. For example, writing the set of instructions for how to add two numbers. Now you can write those instructions in English, or…