Brief Introduction to Java

In this section we briefly discuss the Java programming language. We assume that the reader has already been exposed to basic programming in C++, including the object-oriented programming features of C++.

Reading

This is a list of various books for learning Java. Use them as reference

Java Language Basics

Syntax

Java has borrowed a lot of syntax from C++, aiming to make the transition easier C++ programmers:

There are also a number of differences: