====== Overview ====== This section covers the basics of the Java language. There are a large number of tutorials and examples available on the web on how to program in Java with a collection of some of these available in the links section below ===== Main Sections ===== * [[java:overview|A brief technical overview of Java and the JVM ]] * [[java:acronyms|Any acronyms used in the java world]] * [[java:basic|Basic Language Elements]] * [[java:objects|Objects & Classes]] * [[java:scope|Class & Object Scope]] * [[java:objects|Packages]] ===== External Links ===== ^Link^Description^ |[[http://java.about.com/od/beginningjava/a/beginjavatutor.htm| About.Com ]]| About Java - The beginner's tutorial |