Skip to main content

Java For Python Programmers Edition 2

Section 1.1 Prerequisites

This book assumes that you are already familiar with the Python
 1 
http://www.python.org
programming language. We will use Python as a starting point for our journey into Java
 2 
http://java.sun.com
. We will begin by looking at a very simple Java program, just to see what the language looks like and how we get a program to run. Next, we will look at the main constructs that are common to most programming languages:
Once we have the basics of Java behind us we will move on to look at the features of Java that are both unique and powerful.
You have attempted of activities on this page.